Html Css Color HEX #4FA4BD Viking

📋 copy color: '#4FA4BD'

red 79 ◦ green 164 ◦ blue 189

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

Shades of Viking #4FA4BD

Tints of Viking #4FA4BD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 18.29%
G = 37.96%
B = 43.75%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4FA4BD (or 0x4FA4BD) is known color: Viking. HEX triplet: 4F, A4 and BD. RGB value is (79,164,189). Sum of RGB (Red+Green+Blue) = 79+164+189=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FA4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4BD is #B05B42. Grayscale: #8D8D8D. Windows color (decimal): -11557699 or 12428367. OLE color: 12428367.

HSL color Cylindrical-coordinate representation of color #4FA4BD: hue angle of 193.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FA4BD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 164 189 -
CMYK 0.58 0.13 0 0.26
HSL 193.64º 0.45% 0.53% -
HSV(B) 193.64º 0.58% 0.74% -
XYZ 25.69 31.89 52.95 -
YUV 141.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 79 164 189 0.58 0.13 0 0.26 193.64 0.45 0.53
Hex 4F A4 BD 3A D 0 1A C2 2D 35
Octal 117 244 275 72 15 0 32 302 55 65
Binary 1001111 10100100 10111101 111010 1101 0 11010 11000010 101101 110101

Color Harmonies of #4FA4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA4BD

Black with #4FA4BD

Text Example


Text Example

White with #4FA4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,164,189); }

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

background-color css

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

 a { background-color: rgb(79,164,189); }

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

border-color css

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

 span { border-color: rgb(79,164,189); }

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