Html Css Color HEX #4A55A4 Governor Bay

📋 copy color: '#4A55A4'

red 74 ◦ green 85 ◦ blue 164

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

Shades of Governor Bay #4A55A4

Tints of Governor Bay #4A55A4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 22.91%
G = 26.32%
B = 50.77%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4A55A4 (or 0x4A55A4) is known color: Governor Bay. HEX triplet: 4A, 55 and A4. RGB value is (74,85,164). Sum of RGB (Red+Green+Blue) = 74+85+164=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A55A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A55A4 is #B5AA5B. Grayscale: #5A5A5A. Windows color (decimal): -11905628 or 10769738. OLE color: 10769738.

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

Color convert

RGB 74 85 164 -
CMYK 0.55 0.48 0 0.36
HSL 232.67º 0.38% 0.47% -
HSV(B) 232.67º 0.55% 0.64% -
XYZ 12.77 10.63 36.5 -
YUV 90.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 74 85 164 0.55 0.48 0 0.36 232.67 0.38 0.47
Hex 4A 55 A4 37 30 0 24 E9 26 2F
Octal 112 125 244 67 60 0 44 351 46 57
Binary 1001010 1010101 10100100 110111 110000 0 100100 11101001 100110 101111

Color Harmonies of #4A55A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A55A4

Black with #4A55A4

Text Example


Text Example

White with #4A55A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,164); }

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

background-color css

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

 a { background-color: rgb(74,85,164); }

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

border-color css

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

 span { border-color: rgb(74,85,164); }

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