Html Css Color HEX #4CAFC0 Viking

📋 copy color: '#4CAFC0'

red 76 ◦ green 175 ◦ blue 192

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

Shades of Viking #4CAFC0

Tints of Viking #4CAFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 17.16%
G = 39.5%
B = 43.34%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4CAFC0 (or 0x4CAFC0) is known color: Viking. HEX triplet: 4C, AF and C0. RGB value is (76,175,192). Sum of RGB (Red+Green+Blue) = 76+175+192=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #4CAFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFC0 is #B3503F. Grayscale: #939393. Windows color (decimal): -11751488 or 12627788. OLE color: 12627788.

HSL color Cylindrical-coordinate representation of color #4CAFC0: hue angle of 188.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CAFC0 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 175 192 -
CMYK 0.60 0.09 0 0.25
HSL 188.79º 0.48% 0.53% -
HSV(B) 188.79º 0.6% 0.75% -
XYZ 27.82 36 55.35 -
YUV 147.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 76 175 192 0.60 0.09 0 0.25 188.79 0.48 0.53
Hex 4C AF C0 3C 9 0 19 BD 30 35
Octal 114 257 300 74 11 0 31 275 60 65
Binary 1001100 10101111 11000000 111100 1001 0 11001 10111101 110000 110101

Color Harmonies of #4CAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAFC0

Black with #4CAFC0

Text Example


Text Example

White with #4CAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,175,192); }

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

background-color css

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

 a { background-color: rgb(76,175,192); }

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

border-color css

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

 span { border-color: rgb(76,175,192); }

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