#4CAFC2

Color #4CAFC2 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4CAFC2

Tints of Viking #4CAFC2

Color information

#4CAFC2 (or 0x4CAFC2) is unknown color: approx Viking. HEX triplet: 4C, AF and C2. RGB value is (76,175,194). Sum of RGB (Red+Green+Blue) = 76+175+194=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #4CAFC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFC2 is #B3503D. Grayscale: #939393. Windows color (decimal): -11751486 or 12758860. OLE color: 12758860.

HSL color Cylindrical-coordinate representation of color #4CAFC2: hue angle of 189.66º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CAFC2 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB76175194-
CMYK0.610.1000.24
HSL189.66º49.17%52.94%-
HSV(B)189.66º60.82%76.08%-
XYZ28.0536.0956.53-
YUV147.56154.276.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.08%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 194 (76.17% from 255) = 43.60%
R=17.08%
G=39.33%
B=43.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761751940.610.1000.24189.6649.1752.94
Hex4CAFC23DA018be3135
Octal11425730275120302766165
Binary10011001010111111000010111101101001100010111110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CAFC2;
 }
 .AnyTagClassName
 {
   color: #4CAFC2;
 }
</style>
background-color css

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

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

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

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

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

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