Html Css Color HEX #4A4EA8 Governor Bay

📋 copy color: '#4A4EA8'

red 74 ◦ green 78 ◦ blue 168

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

Shades of Governor Bay #4A4EA8

Tints of Governor Bay #4A4EA8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 168 (66.02% from 255) = 52.5%

R = 23.13%
G = 24.38%
B = 52.5%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4A4EA8 (or 0x4A4EA8) is known color: Governor Bay. HEX triplet: 4A, 4E and A8. RGB value is (74,78,168). Sum of RGB (Red+Green+Blue) = 74+78+168=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 168 (66.02% from 255 or 52.5% from 320); Max value from RGB is 168 - color contains mainly: blue. Hex color #4A4EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A4EA8 is #B5B157. Grayscale: #565656. Windows color (decimal): -11907416 or 11030090. OLE color: 11030090.

HSL color Cylindrical-coordinate representation of color #4A4EA8: hue angle of 237.45º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A4EA8 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 74 78 168 -
CMYK 0.56 0.54 0 0.34
HSL 237.45º 0.39% 0.47% -
HSV(B) 237.45º 0.56% 0.66% -
XYZ 12.62 9.73 38.26 -
YUV 87.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 74 78 168 0.56 0.54 0 0.34 237.45 0.39 0.47
Hex 4A 4E A8 38 36 0 22 ED 27 2F
Octal 112 116 250 70 66 0 42 355 47 57
Binary 1001010 1001110 10101000 111000 110110 0 100010 11101101 100111 101111

Color Harmonies of #4A4EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4EA8

Black with #4A4EA8

Text Example


Text Example

White with #4A4EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,78,168); }

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

background-color css

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

 a { background-color: rgb(74,78,168); }

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

border-color css

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

 span { border-color: rgb(74,78,168); }

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