Html Css Color HEX #4FB1BD Viking

📋 copy color: '#4FB1BD'

red 79 ◦ green 177 ◦ blue 189

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

Shades of Viking #4FB1BD

Tints of Viking #4FB1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

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

R = 17.75%
G = 39.78%
B = 42.47%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4FB1BD (or 0x4FB1BD) is known color: Viking. HEX triplet: 4F, B1 and BD. RGB value is (79,177,189). Sum of RGB (Red+Green+Blue) = 79+177+189=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB1BD is #B04E42. Grayscale: #949494. Windows color (decimal): -11554371 or 12431695. OLE color: 12431695.

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

Color convert

RGB 79 177 189 -
CMYK 0.58 0.06 0 0.26
HSL 186.55º 0.45% 0.53% -
HSV(B) 186.55º 0.58% 0.74% -
XYZ 28.13 36.78 53.76 -
YUV 149.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 79 177 189 0.58 0.06 0 0.26 186.55 0.45 0.53
Hex 4F B1 BD 3A 6 0 1A BB 2D 35
Octal 117 261 275 72 6 0 32 273 55 65
Binary 1001111 10110001 10111101 111010 110 0 11010 10111011 101101 110101

Color Harmonies of #4FB1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB1BD

Black with #4FB1BD

Text Example


Text Example

White with #4FB1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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