Html Css Color HEX #4DAFCD Viking

📋 copy color: '#4DAFCD'

red 77 ◦ green 175 ◦ blue 205

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

Shades of Viking #4DAFCD

Tints of Viking #4DAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.29%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 16.85%
G = 38.29%
B = 44.86%

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

#4DAFCD (or 0x4DAFCD) is known color: Viking. HEX triplet: 4D, AF and CD. RGB value is (77,175,205). Sum of RGB (Red+Green+Blue) = 77+175+205=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFCD is #B25032. Grayscale: #949494. Windows color (decimal): -11685939 or 13479757. OLE color: 13479757.

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

Color convert

RGB 77 175 205 -
CMYK 0.62 0.15 0 0.20
HSL 194.06º 0.56% 0.55% -
HSV(B) 194.06º 0.62% 0.8% -
XYZ 29.41 36.65 63.28 -
YUV 149.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 77 175 205 0.62 0.15 0 0.20 194.06 0.56 0.55
Hex 4D AF CD 3E F 0 14 C2 38 37
Octal 115 257 315 76 17 0 24 302 70 67
Binary 1001101 10101111 11001101 111110 1111 0 10100 11000010 111000 110111

Color Harmonies of #4DAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFCD

Black with #4DAFCD

Text Example


Text Example

White with #4DAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,205); }

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

background-color css

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

 a { background-color: rgb(77,175,205); }

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

border-color css

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

 span { border-color: rgb(77,175,205); }

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