Html Css Color HEX #4B42AA Governor Bay

📋 copy color: '#4B42AA'

red 75 ◦ green 66 ◦ blue 170

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

Shades of Governor Bay #4B42AA

Tints of Governor Bay #4B42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.22%

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

R = 24.12%
G = 21.22%
B = 54.66%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B42AA (or 0x4B42AA) is known color: Governor Bay. HEX triplet: 4B, 42 and AA. RGB value is (75,66,170). Sum of RGB (Red+Green+Blue) = 75+66+170=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B42AA is #B4BD55. Grayscale: #505050. Windows color (decimal): -11844950 or 11158091. OLE color: 11158091.

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

Color convert

RGB 75 66 170 -
CMYK 0.56 0.61 0 0.33
HSL 245.19º 0.44% 0.46% -
HSV(B) 245.19º 0.61% 0.67% -
XYZ 12.11 8.29 38.99 -
YUV 80.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 75 66 170 0.56 0.61 0 0.33 245.19 0.44 0.46
Hex 4B 42 AA 38 3D 0 21 F5 2C 2E
Octal 113 102 252 70 75 0 41 365 54 56
Binary 1001011 1000010 10101010 111000 111101 0 100001 11110101 101100 101110

Color Harmonies of #4B42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B42AA

Black with #4B42AA

Text Example


Text Example

White with #4B42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,170); }

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

background-color css

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

 a { background-color: rgb(75,66,170); }

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

border-color css

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

 span { border-color: rgb(75,66,170); }

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