Html Css Color HEX #4CAFCE Viking

📋 copy color: '#4CAFCE'

red 76 ◦ green 175 ◦ blue 206

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

Shades of Viking #4CAFCE

Tints of Viking #4CAFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 16.63%
G = 38.29%
B = 45.08%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CAFCE (or 0x4CAFCE) is known color: Viking. HEX triplet: 4C, AF and CE. RGB value is (76,175,206). Sum of RGB (Red+Green+Blue) = 76+175+206=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CAFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFCE is #B35031. Grayscale: #949494. Windows color (decimal): -11751474 or 13545292. OLE color: 13545292.

HSL color Cylindrical-coordinate representation of color #4CAFCE: hue angle of 194.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CAFCE is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 175 206 -
CMYK 0.63 0.15 0 0.19
HSL 194.31º 0.57% 0.55% -
HSV(B) 194.31º 0.63% 0.81% -
XYZ 29.45 36.65 63.91 -
YUV 148.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 76 175 206 0.63 0.15 0 0.19 194.31 0.57 0.55
Hex 4C AF CE 3F F 0 13 C2 39 37
Octal 114 257 316 77 17 0 23 302 71 67
Binary 1001100 10101111 11001110 111111 1111 0 10011 11000010 111001 110111

Color Harmonies of #4CAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAFCE

Black with #4CAFCE

Text Example


Text Example

White with #4CAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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