Html Css Color HEX #4DAFBA Viking

📋 copy color: '#4DAFBA'

red 77 ◦ green 175 ◦ blue 186

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

Shades of Viking #4DAFBA

Tints of Viking #4DAFBA

RGB

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

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

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

R = 17.58%
G = 39.95%
B = 42.47%

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

#4DAFBA (or 0x4DAFBA) is known color: Viking. HEX triplet: 4D, AF and BA. RGB value is (77,175,186). Sum of RGB (Red+Green+Blue) = 77+175+186=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #4DAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFBA is #B25045. Grayscale: #929292. Windows color (decimal): -11685958 or 12234573. OLE color: 12234573.

HSL color Cylindrical-coordinate representation of color #4DAFBA: hue angle of 186.06º 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 #4DAFBA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 175 186 -
CMYK 0.59 0.06 0 0.27
HSL 186.06º 0.44% 0.52% -
HSV(B) 186.06º 0.59% 0.73% -
XYZ 27.25 35.78 51.92 -
YUV 146.95 150.03 78.11 -
System Red Green Blue C M Y K H S L
Decimal 77 175 186 0.59 0.06 0 0.27 186.06 0.44 0.52
Hex 4D AF BA 3B 6 0 1B BA 2C 34
Octal 115 257 272 73 6 0 33 272 54 64
Binary 1001101 10101111 10111010 111011 110 0 11011 10111010 101100 110100

Color Harmonies of #4DAFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFBA

Black with #4DAFBA

Text Example


Text Example

White with #4DAFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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