Html Css Color HEX #4DAFBD Viking

📋 copy color: '#4DAFBD'

red 77 ◦ green 175 ◦ blue 189

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

Shades of Viking #4DAFBD

Tints of Viking #4DAFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.68%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 17.46%
G = 39.68%
B = 42.86%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4DAFBD (or 0x4DAFBD) is known color: Viking. HEX triplet: 4D, AF and BD. RGB value is (77,175,189). Sum of RGB (Red+Green+Blue) = 77+175+189=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFBD is #B25042. Grayscale: #939393. Windows color (decimal): -11685955 or 12431181. OLE color: 12431181.

HSL color Cylindrical-coordinate representation of color #4DAFBD: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAFBD is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 175 189 -
CMYK 0.59 0.07 0 0.26
HSL 187.5º 0.46% 0.52% -
HSV(B) 187.5º 0.59% 0.74% -
XYZ 27.58 35.91 53.62 -
YUV 147.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 77 175 189 0.59 0.07 0 0.26 187.5 0.46 0.52
Hex 4D AF BD 3B 7 0 1A BC 2E 34
Octal 115 257 275 73 7 0 32 274 56 64
Binary 1001101 10101111 10111101 111011 111 0 11010 10111100 101110 110100

Color Harmonies of #4DAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFBD

Black with #4DAFBD

Text Example


Text Example

White with #4DAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,189); }

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

background-color css

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

 a { background-color: rgb(77,175,189); }

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

border-color css

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

 span { border-color: rgb(77,175,189); }

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