Html Css Color HEX #4A58AB Governor Bay

📋 copy color: '#4A58AB'

red 74 ◦ green 88 ◦ blue 171

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

Shades of Governor Bay #4A58AB

Tints of Governor Bay #4A58AB

RGB

 RED value IS 74 (29.3% from 255) = 22.22%

 GREEN value IS 88 (34.77% from 255) = 26.43%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 22.22%
G = 26.43%
B = 51.35%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A58AB (or 0x4A58AB) is known color: Governor Bay. HEX triplet: 4A, 58 and AB. RGB value is (74,88,171). Sum of RGB (Red+Green+Blue) = 74+88+171=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A58AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A58AB is #B5A754. Grayscale: #5C5C5C. Windows color (decimal): -11904853 or 11229258. OLE color: 11229258.

HSL color Cylindrical-coordinate representation of color #4A58AB: hue angle of 231.34º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A58AB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 88 171 -
CMYK 0.57 0.49 0 0.33
HSL 231.34º 0.4% 0.48% -
HSV(B) 231.34º 0.57% 0.67% -
XYZ 13.66 11.38 40 -
YUV 93.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 74 88 171 0.57 0.49 0 0.33 231.34 0.4 0.48
Hex 4A 58 AB 39 31 0 21 E7 28 30
Octal 112 130 253 71 61 0 41 347 50 60
Binary 1001010 1011000 10101011 111001 110001 0 100001 11100111 101000 110000

Color Harmonies of #4A58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A58AB

Black with #4A58AB

Text Example


Text Example

White with #4A58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,171); }

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

background-color css

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

 a { background-color: rgb(74,88,171); }

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

border-color css

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

 span { border-color: rgb(74,88,171); }

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