Html Css Color HEX #4F5290 Governor Bay

📋 copy color: '#4F5290'

red 79 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #4F5290

Tints of Governor Bay #4F5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 25.9%
G = 26.89%
B = 47.21%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4F5290 (or 0x4F5290) is known color: Governor Bay. HEX triplet: 4F, 52 and 90. RGB value is (79,82,144). Sum of RGB (Red+Green+Blue) = 79+82+144=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5290 is #B0AD6F. Grayscale: #575757. Windows color (decimal): -11578736 or 9458255. OLE color: 9458255.

HSL color Cylindrical-coordinate representation of color #4F5290: hue angle of 237.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F5290 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 82 144 -
CMYK 0.45 0.43 0 0.44
HSL 237.23º 0.29% 0.44% -
HSV(B) 237.23º 0.45% 0.56% -
XYZ 11.28 9.71 27.67 -
YUV 88.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 79 82 144 0.45 0.43 0 0.44 237.23 0.29 0.44
Hex 4F 52 90 2D 2B 0 2C ED 1D 2C
Octal 117 122 220 55 53 0 54 355 35 54
Binary 1001111 1010010 10010000 101101 101011 0 101100 11101101 11101 101100

Color Harmonies of #4F5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5290

Black with #4F5290

Text Example


Text Example

White with #4F5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,82,144); }

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

background-color css

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

 a { background-color: rgb(79,82,144); }

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

border-color css

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

 span { border-color: rgb(79,82,144); }

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