Html Css Color HEX #4CB1CE Viking

📋 copy color: '#4CB1CE'

red 76 ◦ green 177 ◦ blue 206

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

Shades of Viking #4CB1CE

Tints of Viking #4CB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.56%

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

R = 16.56%
G = 38.56%
B = 44.88%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4CB1CE (or 0x4CB1CE) is known color: Viking. HEX triplet: 4C, B1 and CE. RGB value is (76,177,206). Sum of RGB (Red+Green+Blue) = 76+177+206=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CB1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1CE is #B34E31. Grayscale: #959595. Windows color (decimal): -11750962 or 13545804. OLE color: 13545804.

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

Color convert

RGB 76 177 206 -
CMYK 0.63 0.14 0 0.19
HSL 193.38º 0.57% 0.55% -
HSV(B) 193.38º 0.63% 0.81% -
XYZ 29.84 37.44 64.05 -
YUV 150.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 76 177 206 0.63 0.14 0 0.19 193.38 0.57 0.55
Hex 4C B1 CE 3F E 0 13 C1 39 37
Octal 114 261 316 77 16 0 23 301 71 67
Binary 1001100 10110001 11001110 111111 1110 0 10011 11000001 111001 110111

Color Harmonies of #4CB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB1CE

Black with #4CB1CE

Text Example


Text Example

White with #4CB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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