Html Css Color HEX #4DACCB Viking

📋 copy color: '#4DACCB'

red 77 ◦ green 172 ◦ blue 203

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

Shades of Viking #4DACCB

Tints of Viking #4DACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

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

R = 17.04%
G = 38.05%
B = 44.91%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DACCB (or 0x4DACCB) is known color: Viking. HEX triplet: 4D, AC and CB. RGB value is (77,172,203). Sum of RGB (Red+Green+Blue) = 77+172+203=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACCB is #B25334. Grayscale: #929292. Windows color (decimal): -11686709 or 13347917. OLE color: 13347917.

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

Color convert

RGB 77 172 203 -
CMYK 0.62 0.15 0 0.20
HSL 194.76º 0.55% 0.55% -
HSV(B) 194.76º 0.62% 0.8% -
XYZ 28.59 35.39 61.82 -
YUV 147.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 77 172 203 0.62 0.15 0 0.20 194.76 0.55 0.55
Hex 4D AC CB 3E F 0 14 C3 37 37
Octal 115 254 313 76 17 0 24 303 67 67
Binary 1001101 10101100 11001011 111110 1111 0 10100 11000011 110111 110111

Color Harmonies of #4DACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACCB

Black with #4DACCB

Text Example


Text Example

White with #4DACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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