Html Css Color HEX #4FBBDD Viking

📋 copy color: '#4FBBDD'

red 79 ◦ green 187 ◦ blue 221

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

Shades of Viking #4FBBDD

Tints of Viking #4FBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 16.22%
G = 38.4%
B = 45.38%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FBBDD (or 0x4FBBDD) is known color: Viking. HEX triplet: 4F, BB and DD. RGB value is (79,187,221). Sum of RGB (Red+Green+Blue) = 79+187+221=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBDD is #B04422. Grayscale: #9E9E9E. Windows color (decimal): -11551779 or 14531407. OLE color: 14531407.

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

Color convert

RGB 79 187 221 -
CMYK 0.64 0.15 0 0.13
HSL 194.37º 0.68% 0.59% -
HSV(B) 194.37º 0.64% 0.87% -
XYZ 34.05 42.42 74.8 -
YUV 158.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 79 187 221 0.64 0.15 0 0.13 194.37 0.68 0.59
Hex 4F BB DD 40 F 0 D C2 44 3B
Octal 117 273 335 100 17 0 15 302 104 73
Binary 1001111 10111011 11011101 1000000 1111 0 1101 11000010 1000100 111011

Color Harmonies of #4FBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBBDD

Black with #4FBBDD

Text Example


Text Example

White with #4FBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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