Html Css Color HEX #4DABCE Viking

📋 copy color: '#4DABCE'

red 77 ◦ green 171 ◦ blue 206

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

Shades of Viking #4DABCE

Tints of Viking #4DABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

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

R = 16.96%
G = 37.67%
B = 45.37%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DABCE (or 0x4DABCE) is known color: Viking. HEX triplet: 4D, AB and CE. RGB value is (77,171,206). Sum of RGB (Red+Green+Blue) = 77+171+206=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABCE is #B25431. Grayscale: #929292. Windows color (decimal): -11686962 or 13544269. OLE color: 13544269.

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

Color convert

RGB 77 171 206 -
CMYK 0.63 0.17 0 0.19
HSL 196.28º 0.57% 0.55% -
HSV(B) 196.28º 0.63% 0.81% -
XYZ 28.76 35.16 63.66 -
YUV 146.88 161.36 78.15 -
System Red Green Blue C M Y K H S L
Decimal 77 171 206 0.63 0.17 0 0.19 196.28 0.57 0.55
Hex 4D AB CE 3F 11 0 13 C4 39 37
Octal 115 253 316 77 21 0 23 304 71 67
Binary 1001101 10101011 11001110 111111 10001 0 10011 11000100 111001 110111

Color Harmonies of #4DABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABCE

Black with #4DABCE

Text Example


Text Example

White with #4DABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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