#4BA8CB

Color #4BA8CB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4BA8CB

Tints of Viking #4BA8CB

Color information

#4BA8CB (or 0x4BA8CB) is unknown color: approx Viking. HEX triplet: 4B, A8 and CB. RGB value is (75,168,203). Sum of RGB (Red+Green+Blue) = 75+168+203=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA8CB is #B45734. Grayscale: #8F8F8F. Windows color (decimal): -11818805 or 13346891. OLE color: 13346891.

HSL color Cylindrical-coordinate representation of color #4BA8CB: hue angle of 196.41º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA8CB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75168203-
CMYK0.630.1700.20
HSL196.41º55.17%54.51%-
HSV(B)196.41º63.05%79.61%-
XYZ27.6833.8161.57-
YUV144.18161.1978.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 16.82%
GREEN value IS 168 (66.02% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=16.82%
G=37.67%
B=45.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751682030.630.1700.20196.4155.1754.51
Hex4BA8CB3F11014c43737
Octal11325031377210243046767
Binary100101110101000110010111111111000101010011000100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA8CB; }

 p { color: rgb(75,168,203); }

 H1.HeaderClassName
 {
   color: #4BA8CB;
 }
 .AnyTagClassName
 {
   color: #4BA8CB;
 }
</style>
background-color css

<style>
 a { background-color: #4BA8CB; }

 a { background-color: rgb(75,168,203); }

 div.DivClassName
 {
   background-color: #4BA8CB;
 }
 .BgClassName
 {
   background-color: #4BA8CB;
 }
</style>
border-color css

<style>
 span { border-color: #4BA8CB; }

 span { border-color: rgb(75,168,203); }

 td.TdClassName
 {
   border-color: #4BA8CB;
 }
 .TagClassName
 {
   border-color: #4BA8CB;
 }
</style>