Html Css Color HEX #4B5694 Governor Bay

📋 copy color: '#4B5694'

red 75 ◦ green 86 ◦ blue 148

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

Shades of Governor Bay #4B5694

Tints of Governor Bay #4B5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 24.27%
G = 27.83%
B = 47.9%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B5694 (or 0x4B5694) is known color: Governor Bay. HEX triplet: 4B, 56 and 94. RGB value is (75,86,148). Sum of RGB (Red+Green+Blue) = 75+86+148=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B5694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5694 is #B4A96B. Grayscale: #595959. Windows color (decimal): -11839852 or 9721419. OLE color: 9721419.

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

Color convert

RGB 75 86 148 -
CMYK 0.49 0.42 0 0.42
HSL 230.96º 0.33% 0.44% -
HSV(B) 230.96º 0.49% 0.58% -
XYZ 11.57 10.29 29.39 -
YUV 89.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 75 86 148 0.49 0.42 0 0.42 230.96 0.33 0.44
Hex 4B 56 94 31 2A 0 2A E7 21 2C
Octal 113 126 224 61 52 0 52 347 41 54
Binary 1001011 1010110 10010100 110001 101010 0 101010 11100111 100001 101100

Color Harmonies of #4B5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5694

Black with #4B5694

Text Example


Text Example

White with #4B5694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,86,148); }

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

background-color css

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

 a { background-color: rgb(75,86,148); }

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

border-color css

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

 span { border-color: rgb(75,86,148); }

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