Html Css Color HEX #4CBFCA Viking

📋 copy color: '#4CBFCA'

red 76 ◦ green 191 ◦ blue 202

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

Shades of Viking #4CBFCA

Tints of Viking #4CBFCA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.72%

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 16.2%
G = 40.72%
B = 43.07%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4CBFCA (or 0x4CBFCA) is known color: Viking. HEX triplet: 4C, BF and CA. RGB value is (76,191,202). Sum of RGB (Red+Green+Blue) = 76+191+202=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CBFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFCA is #B34035. Grayscale: #9D9D9D. Windows color (decimal): -11747382 or 13287244. OLE color: 13287244.

HSL color Cylindrical-coordinate representation of color #4CBFCA: hue angle of 185.24º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBFCA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 191 202 -
CMYK 0.62 0.05 0 0.21
HSL 185.24º 0.54% 0.55% -
HSV(B) 185.24º 0.62% 0.79% -
XYZ 32.27 43.06 62.49 -
YUV 157.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 76 191 202 0.62 0.05 0 0.21 185.24 0.54 0.55
Hex 4C BF CA 3E 5 0 15 B9 36 37
Octal 114 277 312 76 5 0 25 271 66 67
Binary 1001100 10111111 11001010 111110 101 0 10101 10111001 110110 110111

Color Harmonies of #4CBFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBFCA

Black with #4CBFCA

Text Example


Text Example

White with #4CBFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,202); }

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

background-color css

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

 a { background-color: rgb(76,191,202); }

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

border-color css

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

 span { border-color: rgb(76,191,202); }

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