Html Css Color HEX #4048AA Governor Bay

📋 copy color: '#4048AA'

red 64 ◦ green 72 ◦ blue 170

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

Shades of Governor Bay #4048AA

Tints of Governor Bay #4048AA

RGB

 RED value IS 64 (25.39% from 255) = 20.92%

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 20.92%
G = 23.53%
B = 55.56%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4048AA (or 0x4048AA) is known color: Governor Bay. HEX triplet: 40, 48 and AA. RGB value is (64,72,170). Sum of RGB (Red+Green+Blue) = 64+72+170=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4048AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4048AA is #BFB755. Grayscale: #505050. Windows color (decimal): -12564310 or 11159616. OLE color: 11159616.

HSL color Cylindrical-coordinate representation of color #4048AA: hue angle of 235.47º 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 #4048AA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 72 170 -
CMYK 0.62 0.58 0 0.33
HSL 235.47º 0.45% 0.46% -
HSV(B) 235.47º 0.62% 0.67% -
XYZ 11.69 8.63 39.08 -
YUV 80.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 64 72 170 0.62 0.58 0 0.33 235.47 0.45 0.46
Hex 40 48 AA 3E 3A 0 21 EB 2D 2E
Octal 100 110 252 76 72 0 41 353 55 56
Binary 1000000 1001000 10101010 111110 111010 0 100001 11101011 101101 101110

Color Harmonies of #4048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4048AA

Black with #4048AA

Text Example


Text Example

White with #4048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4048AA; }

 p { color: rgb(64,72,170); }

 H1.HeaderClassName
 {
   color: #4048AA;
 }
 .AnyTagClassName
 {
   color: #4048AA;
 }
</style>

background-color css

<style>
 a { background-color: #4048AA; }

 a { background-color: rgb(64,72,170); }

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

border-color css

<style>
 span { border-color: #4048AA; }

 span { border-color: rgb(64,72,170); }

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