Html Css Color HEX #4B56A6 Governor Bay

📋 copy color: '#4B56A6'

red 75 ◦ green 86 ◦ blue 166

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

Shades of Governor Bay #4B56A6

Tints of Governor Bay #4B56A6

RGB

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

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

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

R = 22.94%
G = 26.3%
B = 50.76%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4B56A6 (or 0x4B56A6) is known color: Governor Bay. HEX triplet: 4B, 56 and A6. RGB value is (75,86,166). Sum of RGB (Red+Green+Blue) = 75+86+166=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #4B56A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B56A6 is #B4A959. Grayscale: #5B5B5B. Windows color (decimal): -11839834 or 10901067. OLE color: 10901067.

HSL color Cylindrical-coordinate representation of color #4B56A6: hue angle of 232.75º 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 #4B56A6 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 86 166 -
CMYK 0.55 0.48 0 0.35
HSL 232.75º 0.38% 0.47% -
HSV(B) 232.75º 0.55% 0.65% -
XYZ 13.11 10.9 37.49 -
YUV 91.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 75 86 166 0.55 0.48 0 0.35 232.75 0.38 0.47
Hex 4B 56 A6 37 30 0 23 E9 26 2F
Octal 113 126 246 67 60 0 43 351 46 57
Binary 1001011 1010110 10100110 110111 110000 0 100011 11101001 100110 101111

Color Harmonies of #4B56A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B56A6

Black with #4B56A6

Text Example


Text Example

White with #4B56A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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