Html Css Color HEX #4DAECB Viking

📋 copy color: '#4DAECB'

red 77 ◦ green 174 ◦ blue 203

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

Shades of Viking #4DAECB

Tints of Viking #4DAECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.33%

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

R = 16.96%
G = 38.33%
B = 44.71%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DAECB (or 0x4DAECB) is known color: Viking. HEX triplet: 4D, AE and CB. RGB value is (77,174,203). Sum of RGB (Red+Green+Blue) = 77+174+203=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAECB is #B25134. Grayscale: #949494. Windows color (decimal): -11686197 or 13348429. OLE color: 13348429.

HSL color Cylindrical-coordinate representation of color #4DAECB: hue angle of 193.81º 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 #4DAECB is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 174 203 -
CMYK 0.62 0.14 0 0.20
HSL 193.81º 0.55% 0.55% -
HSV(B) 193.81º 0.62% 0.8% -
XYZ 28.98 36.16 61.95 -
YUV 148.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 77 174 203 0.62 0.14 0 0.20 193.81 0.55 0.55
Hex 4D AE CB 3E E 0 14 C2 37 37
Octal 115 256 313 76 16 0 24 302 67 67
Binary 1001101 10101110 11001011 111110 1110 0 10100 11000010 110111 110111

Color Harmonies of #4DAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAECB

Black with #4DAECB

Text Example


Text Example

White with #4DAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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