Html Css Color HEX #4B5395 Governor Bay

📋 copy color: '#4B5395'

red 75 ◦ green 83 ◦ blue 149

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

Shades of Governor Bay #4B5395

Tints of Governor Bay #4B5395

RGB

 RED value IS 75 (29.69% from 255) = 24.43%

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 24.43%
G = 27.04%
B = 48.53%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B5395 (or 0x4B5395) is known color: Governor Bay. HEX triplet: 4B, 53 and 95. RGB value is (75,83,149). Sum of RGB (Red+Green+Blue) = 75+83+149=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B5395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5395 is #B4AC6A. Grayscale: #575757. Windows color (decimal): -11840619 or 9786187. OLE color: 9786187.

HSL color Cylindrical-coordinate representation of color #4B5395: hue angle of 233.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B5395 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 83 149 -
CMYK 0.50 0.44 0 0.42
HSL 233.51º 0.33% 0.44% -
HSV(B) 233.51º 0.5% 0.58% -
XYZ 11.42 9.85 29.73 -
YUV 88.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 75 83 149 0.50 0.44 0 0.42 233.51 0.33 0.44
Hex 4B 53 95 32 2C 0 2A EA 21 2C
Octal 113 123 225 62 54 0 52 352 41 54
Binary 1001011 1010011 10010101 110010 101100 0 101010 11101010 100001 101100

Color Harmonies of #4B5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5395

Black with #4B5395

Text Example


Text Example

White with #4B5395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,83,149); }

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

background-color css

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

 a { background-color: rgb(75,83,149); }

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

border-color css

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

 span { border-color: rgb(75,83,149); }

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