Html Css Color HEX #4DAFCB Viking

📋 copy color: '#4DAFCB'

red 77 ◦ green 175 ◦ blue 203

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

Shades of Viking #4DAFCB

Tints of Viking #4DAFCB

RGB

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

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

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

R = 16.92%
G = 38.46%
B = 44.62%

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

#4DAFCB (or 0x4DAFCB) is known color: Viking. HEX triplet: 4D, AF and CB. RGB value is (77,175,203). Sum of RGB (Red+Green+Blue) = 77+175+203=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DAFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFCB is #B25034. Grayscale: #949494. Windows color (decimal): -11685941 or 13348685. OLE color: 13348685.

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

Color convert

RGB 77 175 203 -
CMYK 0.62 0.14 0 0.20
HSL 193.33º 0.55% 0.55% -
HSV(B) 193.33º 0.62% 0.8% -
XYZ 29.17 36.55 62.02 -
YUV 148.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 77 175 203 0.62 0.14 0 0.20 193.33 0.55 0.55
Hex 4D AF CB 3E E 0 14 C1 37 37
Octal 115 257 313 76 16 0 24 301 67 67
Binary 1001101 10101111 11001011 111110 1110 0 10100 11000001 110111 110111

Color Harmonies of #4DAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFCB

Black with #4DAFCB

Text Example


Text Example

White with #4DAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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