Html Css Color HEX #4FA1BD Viking

📋 copy color: '#4FA1BD'

red 79 ◦ green 161 ◦ blue 189

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

Shades of Viking #4FA1BD

Tints of Viking #4FA1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 18.41%
G = 37.53%
B = 44.06%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4FA1BD (or 0x4FA1BD) is known color: Viking. HEX triplet: 4F, A1 and BD. RGB value is (79,161,189). Sum of RGB (Red+Green+Blue) = 79+161+189=429 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.41% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FA1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA1BD is #B05E42. Grayscale: #8B8B8B. Windows color (decimal): -11558467 or 12427599. OLE color: 12427599.

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

Color convert

RGB 79 161 189 -
CMYK 0.58 0.15 0 0.26
HSL 195.27º 0.45% 0.53% -
HSV(B) 195.27º 0.58% 0.74% -
XYZ 25.15 30.83 52.77 -
YUV 139.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 79 161 189 0.58 0.15 0 0.26 195.27 0.45 0.53
Hex 4F A1 BD 3A F 0 1A C3 2D 35
Octal 117 241 275 72 17 0 32 303 55 65
Binary 1001111 10100001 10111101 111010 1111 0 11010 11000011 101101 110101

Color Harmonies of #4FA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA1BD

Black with #4FA1BD

Text Example


Text Example

White with #4FA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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