Html Css Color HEX #4DAEBA Viking

📋 copy color: '#4DAEBA'

red 77 ◦ green 174 ◦ blue 186

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

Shades of Viking #4DAEBA

Tints of Viking #4DAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.82%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 17.62%
G = 39.82%
B = 42.56%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DAEBA (or 0x4DAEBA) is known color: Viking. HEX triplet: 4D, AE and BA. RGB value is (77,174,186). Sum of RGB (Red+Green+Blue) = 77+174+186=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #4DAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEBA is #B25145. Grayscale: #929292. Windows color (decimal): -11686214 or 12234317. OLE color: 12234317.

HSL color Cylindrical-coordinate representation of color #4DAEBA: hue angle of 186.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAEBA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 174 186 -
CMYK 0.59 0.06 0 0.27
HSL 186.61º 0.44% 0.52% -
HSV(B) 186.61º 0.59% 0.73% -
XYZ 27.06 35.4 51.86 -
YUV 146.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 77 174 186 0.59 0.06 0 0.27 186.61 0.44 0.52
Hex 4D AE BA 3B 6 0 1B BB 2C 34
Octal 115 256 272 73 6 0 33 273 54 64
Binary 1001101 10101110 10111010 111011 110 0 11011 10111011 101100 110100

Color Harmonies of #4DAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAEBA

Black with #4DAEBA

Text Example


Text Example

White with #4DAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,174,186); }

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

background-color css

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

 a { background-color: rgb(77,174,186); }

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

border-color css

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

 span { border-color: rgb(77,174,186); }

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