Html Css Color HEX #4DAFCF Viking

📋 copy color: '#4DAFCF'

red 77 ◦ green 175 ◦ blue 207

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

Shades of Viking #4DAFCF

Tints of Viking #4DAFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 16.78%
G = 38.13%
B = 45.1%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DAFCF (or 0x4DAFCF) is known color: Viking. HEX triplet: 4D, AF and CF. RGB value is (77,175,207). Sum of RGB (Red+Green+Blue) = 77+175+207=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFCF is #B25030. Grayscale: #959595. Windows color (decimal): -11685937 or 13610829. OLE color: 13610829.

HSL color Cylindrical-coordinate representation of color #4DAFCF: hue angle of 194.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DAFCF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 175 207 -
CMYK 0.63 0.15 0 0.19
HSL 194.77º 0.58% 0.56% -
HSV(B) 194.77º 0.63% 0.81% -
XYZ 29.65 36.74 64.56 -
YUV 149.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 77 175 207 0.63 0.15 0 0.19 194.77 0.58 0.56
Hex 4D AF CF 3F F 0 13 C3 3A 38
Octal 115 257 317 77 17 0 23 303 72 70
Binary 1001101 10101111 11001111 111111 1111 0 10011 11000011 111010 111000

Color Harmonies of #4DAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFCF

Black with #4DAFCF

Text Example


Text Example

White with #4DAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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