Html Css Color HEX #4CB5CE Viking

📋 copy color: '#4CB5CE'

red 76 ◦ green 181 ◦ blue 206

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

Shades of Viking #4CB5CE

Tints of Viking #4CB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.09%

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

R = 16.41%
G = 39.09%
B = 44.49%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CB5CE (or 0x4CB5CE) is known color: Viking. HEX triplet: 4C, B5 and CE. RGB value is (76,181,206). Sum of RGB (Red+Green+Blue) = 76+181+206=463 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.41% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CB5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB5CE is #B34A31. Grayscale: #989898. Windows color (decimal): -11749938 or 13546828. OLE color: 13546828.

HSL color Cylindrical-coordinate representation of color #4CB5CE: hue angle of 191.54º 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 #4CB5CE is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 181 206 -
CMYK 0.63 0.12 0 0.19
HSL 191.54º 0.57% 0.55% -
HSV(B) 191.54º 0.63% 0.81% -
XYZ 30.64 39.04 64.31 -
YUV 152.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 76 181 206 0.63 0.12 0 0.19 191.54 0.57 0.55
Hex 4C B5 CE 3F C 0 13 C0 39 37
Octal 114 265 316 77 14 0 23 300 71 67
Binary 1001100 10110101 11001110 111111 1100 0 10011 11000000 111001 110111

Color Harmonies of #4CB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB5CE

Black with #4CB5CE

Text Example


Text Example

White with #4CB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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