Html Css Color HEX #4CA4CB Viking

📋 copy color: '#4CA4CB'

red 76 ◦ green 164 ◦ blue 203

#4CA4CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4CA4CB

Tints of Viking #4CA4CB

RGB

 RED value IS 76 (30.08% from 255) = 17.16%

 GREEN value IS 164 (64.45% from 255) = 37.02%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 17.16%
G = 37.02%
B = 45.82%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CA4CB (or 0x4CA4CB) is known color: Viking. HEX triplet: 4C, A4 and CB. RGB value is (76,164,203). Sum of RGB (Red+Green+Blue) = 76+164+203=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CA4CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA4CB is #B35B34. Grayscale: #8D8D8D. Windows color (decimal): -11754293 or 13345868. OLE color: 13345868.

HSL color Cylindrical-coordinate representation of color #4CA4CB: hue angle of 198.43º 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 #4CA4CB is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 164 203 -
CMYK 0.63 0.19 0 0.20
HSL 198.43º 0.55% 0.55% -
HSV(B) 198.43º 0.63% 0.8% -
XYZ 27.04 32.4 61.33 -
YUV 142.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 76 164 203 0.63 0.19 0 0.20 198.43 0.55 0.55
Hex 4C A4 CB 3F 13 0 14 C6 37 37
Octal 114 244 313 77 23 0 24 306 67 67
Binary 1001100 10100100 11001011 111111 10011 0 10100 11000110 110111 110111

Color Harmonies of #4CA4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA4CB

Black with #4CA4CB

Text Example


Text Example

White with #4CA4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,164,203); }

 H1.HeaderClassName
 {
   color: #4CA4CB;
 }
 .AnyTagClassName
 {
   color: #4CA4CB;
 }
</style>

background-color css

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

 a { background-color: rgb(76,164,203); }

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

border-color css

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

 span { border-color: rgb(76,164,203); }

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