Html Css Color HEX #4FB5DD Viking

📋 copy color: '#4FB5DD'

red 79 ◦ green 181 ◦ blue 221

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

Shades of Viking #4FB5DD

Tints of Viking #4FB5DD

RGB

 RED value IS 79 (31.25% from 255) = 16.42%

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 16.42%
G = 37.63%
B = 45.95%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FB5DD (or 0x4FB5DD) is known color: Viking. HEX triplet: 4F, B5 and DD. RGB value is (79,181,221). Sum of RGB (Red+Green+Blue) = 79+181+221=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FB5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB5DD is #B04A22. Grayscale: #9A9A9A. Windows color (decimal): -11553315 or 14529871. OLE color: 14529871.

HSL color Cylindrical-coordinate representation of color #4FB5DD: hue angle of 196.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FB5DD is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 181 221 -
CMYK 0.64 0.18 0 0.13
HSL 196.9º 0.68% 0.59% -
HSV(B) 196.9º 0.64% 0.87% -
XYZ 32.8 39.93 74.39 -
YUV 155.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 79 181 221 0.64 0.18 0 0.13 196.9 0.68 0.59
Hex 4F B5 DD 40 12 0 D C5 44 3B
Octal 117 265 335 100 22 0 15 305 104 73
Binary 1001111 10110101 11011101 1000000 10010 0 1101 11000101 1000100 111011

Color Harmonies of #4FB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB5DD

Black with #4FB5DD

Text Example


Text Example

White with #4FB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,181,221); }

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

background-color css

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

 a { background-color: rgb(79,181,221); }

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

border-color css

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

 span { border-color: rgb(79,181,221); }

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