Html Css Color HEX #4DB6CE Viking

📋 copy color: '#4DB6CE'

red 77 ◦ green 182 ◦ blue 206

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

Shades of Viking #4DB6CE

Tints of Viking #4DB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 16.56%
G = 39.14%
B = 44.3%

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

#4DB6CE (or 0x4DB6CE) is known color: Viking. HEX triplet: 4D, B6 and CE. RGB value is (77,182,206). Sum of RGB (Red+Green+Blue) = 77+182+206=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6CE is #B24931. Grayscale: #999999. Windows color (decimal): -11684146 or 13547085. OLE color: 13547085.

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

Color convert

RGB 77 182 206 -
CMYK 0.63 0.12 0 0.19
HSL 191.16º 0.57% 0.55% -
HSV(B) 191.16º 0.63% 0.81% -
XYZ 30.93 39.49 64.38 -
YUV 153.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 77 182 206 0.63 0.12 0 0.19 191.16 0.57 0.55
Hex 4D B6 CE 3F C 0 13 BF 39 37
Octal 115 266 316 77 14 0 23 277 71 67
Binary 1001101 10110110 11001110 111111 1100 0 10011 10111111 111001 110111

Color Harmonies of #4DB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6CE

Black with #4DB6CE

Text Example


Text Example

White with #4DB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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