Html Css Color HEX #4DBBCE Viking

📋 copy color: '#4DBBCE'

red 77 ◦ green 187 ◦ blue 206

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

Shades of Viking #4DBBCE

Tints of Viking #4DBBCE

RGB

 RED value IS 77 (30.47% from 255) = 16.38%

 GREEN value IS 187 (73.44% from 255) = 39.79%

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

R = 16.38%
G = 39.79%
B = 43.83%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DBBCE (or 0x4DBBCE) is known color: Viking. HEX triplet: 4D, BB and CE. RGB value is (77,187,206). Sum of RGB (Red+Green+Blue) = 77+187+206=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DBBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBCE is #B24431. Grayscale: #9C9C9C. Windows color (decimal): -11682866 or 13548365. OLE color: 13548365.

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

Color convert

RGB 77 187 206 -
CMYK 0.63 0.09 0 0.19
HSL 188.84º 0.57% 0.55% -
HSV(B) 188.84º 0.63% 0.81% -
XYZ 31.97 41.57 64.73 -
YUV 156.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 77 187 206 0.63 0.09 0 0.19 188.84 0.57 0.55
Hex 4D BB CE 3F 9 0 13 BD 39 37
Octal 115 273 316 77 11 0 23 275 71 67
Binary 1001101 10111011 11001110 111111 1001 0 10011 10111101 111001 110111

Color Harmonies of #4DBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBBCE

Black with #4DBBCE

Text Example


Text Example

White with #4DBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,187,206); }

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

background-color css

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

 a { background-color: rgb(77,187,206); }

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

border-color css

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

 span { border-color: rgb(77,187,206); }

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