Html Css Color HEX #4FB4DD Viking

📋 copy color: '#4FB4DD'

red 79 ◦ green 180 ◦ blue 221

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

Shades of Viking #4FB4DD

Tints of Viking #4FB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

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

R = 16.46%
G = 37.5%
B = 46.04%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FB4DD (or 0x4FB4DD) is known color: Viking. HEX triplet: 4F, B4 and DD. RGB value is (79,180,221). Sum of RGB (Red+Green+Blue) = 79+180+221=480 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.46% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB4DD is #B04B22. Grayscale: #9A9A9A. Windows color (decimal): -11553571 or 14529615. OLE color: 14529615.

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

Color convert

RGB 79 180 221 -
CMYK 0.64 0.19 0 0.13
HSL 197.32º 0.68% 0.59% -
HSV(B) 197.32º 0.64% 0.87% -
XYZ 32.6 39.53 74.32 -
YUV 154.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 79 180 221 0.64 0.19 0 0.13 197.32 0.68 0.59
Hex 4F B4 DD 40 13 0 D C5 44 3B
Octal 117 264 335 100 23 0 15 305 104 73
Binary 1001111 10110100 11011101 1000000 10011 0 1101 11000101 1000100 111011

Color Harmonies of #4FB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB4DD

Black with #4FB4DD

Text Example


Text Example

White with #4FB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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