Html Css Color HEX #4CA8CC Viking

📋 copy color: '#4CA8CC'

red 76 ◦ green 168 ◦ blue 204

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

Shades of Viking #4CA8CC

Tints of Viking #4CA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 16.96%
G = 37.5%
B = 45.54%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4CA8CC (or 0x4CA8CC) is known color: Viking. HEX triplet: 4C, A8 and CC. RGB value is (76,168,204). Sum of RGB (Red+Green+Blue) = 76+168+204=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CA8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA8CC is #B35733. Grayscale: #909090. Windows color (decimal): -11753268 or 13412428. OLE color: 13412428.

HSL color Cylindrical-coordinate representation of color #4CA8CC: hue angle of 196.88º degrees, saturation: 0.56, 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 #4CA8CC is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 168 204 -
CMYK 0.63 0.18 0 0.2
HSL 196.88º 0.56% 0.55% -
HSV(B) 196.88º 0.63% 0.8% -
XYZ 27.88 33.9 62.2 -
YUV 144.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 76 168 204 0.63 0.18 0 0.2 196.88 0.56 0.55
Hex 4C A8 CC 3F 12 0 14 C5 38 37
Octal 114 250 314 77 22 0 24 305 70 67
Binary 1001100 10101000 11001100 111111 10010 0 10100 11000101 111000 110111

Color Harmonies of #4CA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA8CC

Black with #4CA8CC

Text Example


Text Example

White with #4CA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,168,204); }

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

background-color css

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

 a { background-color: rgb(76,168,204); }

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

border-color css

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

 span { border-color: rgb(76,168,204); }

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