Html Css Color HEX #4E5585 Governor Bay

📋 copy color: '#4E5585'

red 78 ◦ green 85 ◦ blue 133

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

Shades of Governor Bay #4E5585

Tints of Governor Bay #4E5585

RGB

 RED value IS 78 (30.86% from 255) = 26.35%

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 26.35%
G = 28.72%
B = 44.93%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E5585 (or 0x4E5585) is known color: Governor Bay. HEX triplet: 4E, 55 and 85. RGB value is (78,85,133). Sum of RGB (Red+Green+Blue) = 78+85+133=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E5585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5585 is #B1AA7A. Grayscale: #585858. Windows color (decimal): -11643515 or 8738126. OLE color: 8738126.

HSL color Cylindrical-coordinate representation of color #4E5585: hue angle of 232.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E5585 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 78 85 133 -
CMYK 0.41 0.36 0 0.48
HSL 232.36º 0.26% 0.41% -
HSV(B) 232.36º 0.41% 0.52% -
XYZ 10.62 9.81 23.52 -
YUV 88.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 78 85 133 0.41 0.36 0 0.48 232.36 0.26 0.41
Hex 4E 55 85 29 24 0 30 E8 1A 29
Octal 116 125 205 51 44 0 60 350 32 51
Binary 1001110 1010101 10000101 101001 100100 0 110000 11101000 11010 101001

Color Harmonies of #4E5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5585

Black with #4E5585

Text Example


Text Example

White with #4E5585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,133); }

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

background-color css

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

 a { background-color: rgb(78,85,133); }

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

border-color css

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

 span { border-color: rgb(78,85,133); }

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