Html Css Color HEX #4DACCC Viking

📋 copy color: '#4DACCC'

red 77 ◦ green 172 ◦ blue 204

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

Shades of Viking #4DACCC

Tints of Viking #4DACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 17%
G = 37.97%
B = 45.03%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DACCC (or 0x4DACCC) is known color: Viking. HEX triplet: 4D, AC and CC. RGB value is (77,172,204). Sum of RGB (Red+Green+Blue) = 77+172+204=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACCC is #B25333. Grayscale: #939393. Windows color (decimal): -11686708 or 13413453. OLE color: 13413453.

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

Color convert

RGB 77 172 204 -
CMYK 0.62 0.16 0 0.2
HSL 195.12º 0.55% 0.55% -
HSV(B) 195.12º 0.62% 0.8% -
XYZ 28.71 35.44 62.45 -
YUV 147.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 77 172 204 0.62 0.16 0 0.2 195.12 0.55 0.55
Hex 4D AC CC 3E 10 0 14 C3 37 37
Octal 115 254 314 76 20 0 24 303 67 67
Binary 1001101 10101100 11001100 111110 10000 0 10100 11000011 110111 110111

Color Harmonies of #4DACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DACCC

Black with #4DACCC

Text Example


Text Example

White with #4DACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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