Html Css Color HEX #4A50AA Governor Bay

📋 copy color: '#4A50AA'

red 74 ◦ green 80 ◦ blue 170

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

Shades of Governor Bay #4A50AA

Tints of Governor Bay #4A50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 22.84%
G = 24.69%
B = 52.47%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A50AA (or 0x4A50AA) is known color: Governor Bay. HEX triplet: 4A, 50 and AA. RGB value is (74,80,170). Sum of RGB (Red+Green+Blue) = 74+80+170=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A50AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A50AA is #B5AF55. Grayscale: #585858. Windows color (decimal): -11906902 or 11161674. OLE color: 11161674.

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

Color convert

RGB 74 80 170 -
CMYK 0.56 0.53 0 0.33
HSL 236.25º 0.39% 0.48% -
HSV(B) 236.25º 0.56% 0.67% -
XYZ 12.95 10.1 39.3 -
YUV 88.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 74 80 170 0.56 0.53 0 0.33 236.25 0.39 0.48
Hex 4A 50 AA 38 35 0 21 EC 27 30
Octal 112 120 252 70 65 0 41 354 47 60
Binary 1001010 1010000 10101010 111000 110101 0 100001 11101100 100111 110000

Color Harmonies of #4A50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A50AA

Black with #4A50AA

Text Example


Text Example

White with #4A50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,80,170); }

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

background-color css

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

 a { background-color: rgb(74,80,170); }

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

border-color css

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

 span { border-color: rgb(74,80,170); }

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