Html Css Color HEX #4CACC8 Viking

📋 copy color: '#4CACC8'

red 76 ◦ green 172 ◦ blue 200

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

Shades of Viking #4CACC8

Tints of Viking #4CACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.64%

R = 16.96%
G = 38.39%
B = 44.64%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4CACC8 (or 0x4CACC8) is known color: Viking. HEX triplet: 4C, AC and C8. RGB value is (76,172,200). Sum of RGB (Red+Green+Blue) = 76+172+200=448 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.96% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 200 - color contains mainly: blue. Hex color #4CACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACC8 is #B35337. Grayscale: #929292. Windows color (decimal): -11752248 or 13151308. OLE color: 13151308.

HSL color Cylindrical-coordinate representation of color #4CACC8: hue angle of 193.55º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CACC8 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 172 200 -
CMYK 0.62 0.14 0 0.22
HSL 193.55º 0.53% 0.54% -
HSV(B) 193.55º 0.62% 0.78% -
XYZ 28.16 35.21 59.96 -
YUV 146.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 76 172 200 0.62 0.14 0 0.22 193.55 0.53 0.54
Hex 4C AC C8 3E E 0 16 C2 35 36
Octal 114 254 310 76 16 0 26 302 65 66
Binary 1001100 10101100 11001000 111110 1110 0 10110 11000010 110101 110110

Color Harmonies of #4CACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACC8

Black with #4CACC8

Text Example


Text Example

White with #4CACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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