Html Css Color HEX #4DA4BB Viking

📋 copy color: '#4DA4BB'

red 77 ◦ green 164 ◦ blue 187

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

Shades of Viking #4DA4BB

Tints of Viking #4DA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 17.99%
G = 38.32%
B = 43.69%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DA4BB (or 0x4DA4BB) is known color: Viking. HEX triplet: 4D, A4 and BB. RGB value is (77,164,187). Sum of RGB (Red+Green+Blue) = 77+164+187=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #4DA4BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA4BB is #B25B44. Grayscale: #8C8C8C. Windows color (decimal): -11688773 or 12297293. OLE color: 12297293.

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

Color convert

RGB 77 164 187 -
CMYK 0.59 0.12 0 0.27
HSL 192.55º 0.45% 0.52% -
HSV(B) 192.55º 0.59% 0.73% -
XYZ 25.31 31.72 51.8 -
YUV 140.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 77 164 187 0.59 0.12 0 0.27 192.55 0.45 0.52
Hex 4D A4 BB 3B C 0 1B C1 2D 34
Octal 115 244 273 73 14 0 33 301 55 64
Binary 1001101 10100100 10111011 111011 1100 0 11011 11000001 101101 110100

Color Harmonies of #4DA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA4BB

Black with #4DA4BB

Text Example


Text Example

White with #4DA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,164,187); }

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

background-color css

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

 a { background-color: rgb(77,164,187); }

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

border-color css

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

 span { border-color: rgb(77,164,187); }

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