Html Css Color HEX #4DBBDD Viking

📋 copy color: '#4DBBDD'

red 77 ◦ green 187 ◦ blue 221

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

Shades of Viking #4DBBDD

Tints of Viking #4DBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.56%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 15.88%
G = 38.56%
B = 45.57%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DBBDD (or 0x4DBBDD) is known color: Viking. HEX triplet: 4D, BB and DD. RGB value is (77,187,221). Sum of RGB (Red+Green+Blue) = 77+187+221=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBDD is #B24422. Grayscale: #9D9D9D. Windows color (decimal): -11682851 or 14531405. OLE color: 14531405.

HSL color Cylindrical-coordinate representation of color #4DBBDD: hue angle of 194.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBBDD is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 187 221 -
CMYK 0.65 0.15 0 0.13
HSL 194.17º 0.68% 0.58% -
HSV(B) 194.17º 0.65% 0.87% -
XYZ 33.88 42.34 74.79 -
YUV 157.99 163.56 70.24 -
System Red Green Blue C M Y K H S L
Decimal 77 187 221 0.65 0.15 0 0.13 194.17 0.68 0.58
Hex 4D BB DD 41 F 0 D C2 44 3A
Octal 115 273 335 101 17 0 15 302 104 72
Binary 1001101 10111011 11011101 1000001 1111 0 1101 11000010 1000100 111010

Color Harmonies of #4DBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBBDD

Black with #4DBBDD

Text Example


Text Example

White with #4DBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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