Html Css Color HEX #4A41AB Governor Bay

📋 copy color: '#4A41AB'

red 74 ◦ green 65 ◦ blue 171

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

Shades of Governor Bay #4A41AB

Tints of Governor Bay #4A41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

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

R = 23.87%
G = 20.97%
B = 55.16%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A41AB (or 0x4A41AB) is known color: Governor Bay. HEX triplet: 4A, 41 and AB. RGB value is (74,65,171). Sum of RGB (Red+Green+Blue) = 74+65+171=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A41AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A41AB is #B5BE54. Grayscale: #4F4F4F. Windows color (decimal): -11910741 or 11223370. OLE color: 11223370.

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

Color convert

RGB 74 65 171 -
CMYK 0.57 0.62 0 0.33
HSL 245.09º 0.45% 0.46% -
HSV(B) 245.09º 0.62% 0.67% -
XYZ 12.07 8.18 39.47 -
YUV 79.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 74 65 171 0.57 0.62 0 0.33 245.09 0.45 0.46
Hex 4A 41 AB 39 3E 0 21 F5 2D 2E
Octal 112 101 253 71 76 0 41 365 55 56
Binary 1001010 1000001 10101011 111001 111110 0 100001 11110101 101101 101110

Color Harmonies of #4A41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A41AB

Black with #4A41AB

Text Example


Text Example

White with #4A41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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