Html Css Color HEX #4DAFBE Viking

📋 copy color: '#4DAFBE'

red 77 ◦ green 175 ◦ blue 190

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

Shades of Viking #4DAFBE

Tints of Viking #4DAFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 17.42%
G = 39.59%
B = 42.99%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DAFBE (or 0x4DAFBE) is known color: Viking. HEX triplet: 4D, AF and BE. RGB value is (77,175,190). Sum of RGB (Red+Green+Blue) = 77+175+190=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFBE is #B25041. Grayscale: #939393. Windows color (decimal): -11685954 or 12496717. OLE color: 12496717.

HSL color Cylindrical-coordinate representation of color #4DAFBE: hue angle of 187.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAFBE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 175 190 -
CMYK 0.59 0.08 0 0.25
HSL 187.96º 0.47% 0.52% -
HSV(B) 187.96º 0.59% 0.75% -
XYZ 27.68 35.96 54.2 -
YUV 147.41 152.03 77.78 -
System Red Green Blue C M Y K H S L
Decimal 77 175 190 0.59 0.08 0 0.25 187.96 0.47 0.52
Hex 4D AF BE 3B 8 0 19 BC 2F 34
Octal 115 257 276 73 10 0 31 274 57 64
Binary 1001101 10101111 10111110 111011 1000 0 11001 10111100 101111 110100

Color Harmonies of #4DAFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFBE

Black with #4DAFBE

Text Example


Text Example

White with #4DAFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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