Html Css Color HEX #4CACC0 Viking

📋 copy color: '#4CACC0'

red 76 ◦ green 172 ◦ blue 192

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

Shades of Viking #4CACC0

Tints of Viking #4CACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 17.27%
G = 39.09%
B = 43.64%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4CACC0 (or 0x4CACC0) is known color: Viking. HEX triplet: 4C, AC and C0. RGB value is (76,172,192). Sum of RGB (Red+Green+Blue) = 76+172+192=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #4CACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACC0 is #B3533F. Grayscale: #919191. Windows color (decimal): -11752256 or 12627020. OLE color: 12627020.

HSL color Cylindrical-coordinate representation of color #4CACC0: hue angle of 190.34º 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 #4CACC0 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 172 192 -
CMYK 0.60 0.10 0 0.25
HSL 190.34º 0.48% 0.53% -
HSV(B) 190.34º 0.6% 0.75% -
XYZ 27.25 34.85 55.16 -
YUV 145.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 76 172 192 0.60 0.10 0 0.25 190.34 0.48 0.53
Hex 4C AC C0 3C A 0 19 BE 30 35
Octal 114 254 300 74 12 0 31 276 60 65
Binary 1001100 10101100 11000000 111100 1010 0 11001 10111110 110000 110101

Color Harmonies of #4CACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACC0

Black with #4CACC0

Text Example


Text Example

White with #4CACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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