Html Css Color HEX #4B5AA6 Governor Bay

📋 copy color: '#4B5AA6'

red 75 ◦ green 90 ◦ blue 166

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

Shades of Governor Bay #4B5AA6

Tints of Governor Bay #4B5AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 166 (65.23% from 255) = 50.15%

R = 22.66%
G = 27.19%
B = 50.15%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4B5AA6 (or 0x4B5AA6) is known color: Governor Bay. HEX triplet: 4B, 5A and A6. RGB value is (75,90,166). Sum of RGB (Red+Green+Blue) = 75+90+166=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #4B5AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5AA6 is #B4A559. Grayscale: #5D5D5D. Windows color (decimal): -11838810 or 10902091. OLE color: 10902091.

HSL color Cylindrical-coordinate representation of color #4B5AA6: hue angle of 230.11º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B5AA6 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 90 166 -
CMYK 0.55 0.46 0 0.35
HSL 230.11º 0.38% 0.47% -
HSV(B) 230.11º 0.55% 0.65% -
XYZ 13.44 11.56 37.6 -
YUV 94.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 75 90 166 0.55 0.46 0 0.35 230.11 0.38 0.47
Hex 4B 5A A6 37 2E 0 23 E6 26 2F
Octal 113 132 246 67 56 0 43 346 46 57
Binary 1001011 1011010 10100110 110111 101110 0 100011 11100110 100110 101111

Color Harmonies of #4B5AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5AA6

Black with #4B5AA6

Text Example


Text Example

White with #4B5AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,90,166); }

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

background-color css

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

 a { background-color: rgb(75,90,166); }

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

border-color css

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

 span { border-color: rgb(75,90,166); }

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