Html Css Color HEX #4B4E9B Governor Bay

📋 copy color: '#4B4E9B'

red 75 ◦ green 78 ◦ blue 155

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

Shades of Governor Bay #4B4E9B

Tints of Governor Bay #4B4E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 24.35%
G = 25.32%
B = 50.32%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B4E9B (or 0x4B4E9B) is known color: Governor Bay. HEX triplet: 4B, 4E and 9B. RGB value is (75,78,155). Sum of RGB (Red+Green+Blue) = 75+78+155=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B4E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4E9B is #B4B164. Grayscale: #555555. Windows color (decimal): -11841893 or 10178123. OLE color: 10178123.

HSL color Cylindrical-coordinate representation of color #4B4E9B: hue angle of 237.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4E9B is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 78 155 -
CMYK 0.52 0.50 0 0.39
HSL 237.75º 0.35% 0.45% -
HSV(B) 237.75º 0.52% 0.61% -
XYZ 11.54 9.31 32.2 -
YUV 85.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 75 78 155 0.52 0.50 0 0.39 237.75 0.35 0.45
Hex 4B 4E 9B 34 32 0 27 EE 23 2D
Octal 113 116 233 64 62 0 47 356 43 55
Binary 1001011 1001110 10011011 110100 110010 0 100111 11101110 100011 101101

Color Harmonies of #4B4E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4E9B

Black with #4B4E9B

Text Example


Text Example

White with #4B4E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,78,155); }

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

background-color css

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

 a { background-color: rgb(75,78,155); }

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

border-color css

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

 span { border-color: rgb(75,78,155); }

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