Html Css Color HEX #4FB6DD Viking

📋 copy color: '#4FB6DD'

red 79 ◦ green 182 ◦ blue 221

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

Shades of Viking #4FB6DD

Tints of Viking #4FB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.76%

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

R = 16.39%
G = 37.76%
B = 45.85%

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

#4FB6DD (or 0x4FB6DD) is known color: Viking. HEX triplet: 4F, B6 and DD. RGB value is (79,182,221). Sum of RGB (Red+Green+Blue) = 79+182+221=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB6DD is #B04922. Grayscale: #9B9B9B. Windows color (decimal): -11553059 or 14530127. OLE color: 14530127.

HSL color Cylindrical-coordinate representation of color #4FB6DD: hue angle of 196.48º 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 #4FB6DD is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 182 221 -
CMYK 0.64 0.18 0 0.13
HSL 196.48º 0.68% 0.59% -
HSV(B) 196.48º 0.64% 0.87% -
XYZ 33 40.34 74.45 -
YUV 155.65 164.88 73.33 -
System Red Green Blue C M Y K H S L
Decimal 79 182 221 0.64 0.18 0 0.13 196.48 0.68 0.59
Hex 4F B6 DD 40 12 0 D C4 44 3B
Octal 117 266 335 100 22 0 15 304 104 73
Binary 1001111 10110110 11011101 1000000 10010 0 1101 11000100 1000100 111011

Color Harmonies of #4FB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB6DD

Black with #4FB6DD

Text Example


Text Example

White with #4FB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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