Html Css Color HEX #4DAACB Viking

📋 copy color: '#4DAACB'

red 77 ◦ green 170 ◦ blue 203

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

Shades of Viking #4DAACB

Tints of Viking #4DAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 17.11%
G = 37.78%
B = 45.11%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DAACB (or 0x4DAACB) is known color: Viking. HEX triplet: 4D, AA and CB. RGB value is (77,170,203). Sum of RGB (Red+Green+Blue) = 77+170+203=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAACB is #B25534. Grayscale: #919191. Windows color (decimal): -11687221 or 13347405. OLE color: 13347405.

HSL color Cylindrical-coordinate representation of color #4DAACB: hue angle of 195.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAACB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 170 203 -
CMYK 0.62 0.16 0 0.20
HSL 195.71º 0.55% 0.55% -
HSV(B) 195.71º 0.62% 0.8% -
XYZ 28.21 34.64 61.7 -
YUV 145.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 77 170 203 0.62 0.16 0 0.20 195.71 0.55 0.55
Hex 4D AA CB 3E 10 0 14 C4 37 37
Octal 115 252 313 76 20 0 24 304 67 67
Binary 1001101 10101010 11001011 111110 10000 0 10100 11000100 110111 110111

Color Harmonies of #4DAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAACB

Black with #4DAACB

Text Example


Text Example

White with #4DAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,170,203); }

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

background-color css

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

 a { background-color: rgb(77,170,203); }

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

border-color css

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

 span { border-color: rgb(77,170,203); }

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