Html Css Color HEX #4B5C96 Governor Bay

📋 copy color: '#4B5C96'

red 75 ◦ green 92 ◦ blue 150

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

Shades of Governor Bay #4B5C96

Tints of Governor Bay #4B5C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 23.66%
G = 29.02%
B = 47.32%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B5C96 (or 0x4B5C96) is known color: Governor Bay. HEX triplet: 4B, 5C and 96. RGB value is (75,92,150). Sum of RGB (Red+Green+Blue) = 75+92+150=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B5C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5C96 is #B4A369. Grayscale: #5D5D5D. Windows color (decimal): -11838314 or 9854027. OLE color: 9854027.

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

Color convert

RGB 75 92 150 -
CMYK 0.5 0.39 0 0.41
HSL 226.4º 0.33% 0.44% -
HSV(B) 226.4º 0.5% 0.59% -
XYZ 12.23 11.35 30.4 -
YUV 93.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 75 92 150 0.5 0.39 0 0.41 226.4 0.33 0.44
Hex 4B 5C 96 32 27 0 29 E2 21 2C
Octal 113 134 226 62 47 0 51 342 41 54
Binary 1001011 1011100 10010110 110010 100111 0 101001 11100010 100001 101100

Color Harmonies of #4B5C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5C96

Black with #4B5C96

Text Example


Text Example

White with #4B5C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,92,150); }

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

background-color css

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

 a { background-color: rgb(75,92,150); }

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

border-color css

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

 span { border-color: rgb(75,92,150); }

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