Html Css Color HEX #4CAACB Viking

📋 copy color: '#4CAACB'

red 76 ◦ green 170 ◦ blue 203

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

Shades of Viking #4CAACB

Tints of Viking #4CAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

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

R = 16.93%
G = 37.86%
B = 45.21%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CAACB (or 0x4CAACB) is known color: Viking. HEX triplet: 4C, AA and CB. RGB value is (76,170,203). Sum of RGB (Red+Green+Blue) = 76+170+203=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CAACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAACB is #B35534. Grayscale: #919191. Windows color (decimal): -11752757 or 13347404. OLE color: 13347404.

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

Color convert

RGB 76 170 203 -
CMYK 0.63 0.16 0 0.20
HSL 195.59º 0.55% 0.55% -
HSV(B) 195.59º 0.63% 0.8% -
XYZ 28.13 34.6 61.7 -
YUV 145.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 76 170 203 0.63 0.16 0 0.20 195.59 0.55 0.55
Hex 4C AA CB 3F 10 0 14 C4 37 37
Octal 114 252 313 77 20 0 24 304 67 67
Binary 1001100 10101010 11001011 111111 10000 0 10100 11000100 110111 110111

Color Harmonies of #4CAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAACB

Black with #4CAACB

Text Example


Text Example

White with #4CAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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