Html Css Color HEX #4140AA Governor Bay

📋 copy color: '#4140AA'

red 65 ◦ green 64 ◦ blue 170

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

Shades of Governor Bay #4140AA

Tints of Governor Bay #4140AA

RGB

 RED value IS 65 (25.78% from 255) = 21.74%

 GREEN value IS 64 (25.39% from 255) = 21.4%

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

R = 21.74%
G = 21.4%
B = 56.86%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4140AA (or 0x4140AA) is known color: Governor Bay. HEX triplet: 41, 40 and AA. RGB value is (65,64,170). Sum of RGB (Red+Green+Blue) = 65+64+170=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #4140AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4140AA is #BEBF55. Grayscale: #4B4B4B. Windows color (decimal): -12500822 or 11157569. OLE color: 11157569.

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

Color convert

RGB 65 64 170 -
CMYK 0.62 0.62 0 0.33
HSL 240.57º 0.45% 0.46% -
HSV(B) 240.57º 0.62% 0.67% -
XYZ 11.27 7.69 38.92 -
YUV 76.38 180.83 119.88 -
System Red Green Blue C M Y K H S L
Decimal 65 64 170 0.62 0.62 0 0.33 240.57 0.45 0.46
Hex 41 40 AA 3E 3E 0 21 F1 2D 2E
Octal 101 100 252 76 76 0 41 361 55 56
Binary 1000001 1000000 10101010 111110 111110 0 100001 11110001 101101 101110

Color Harmonies of #4140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4140AA

Black with #4140AA

Text Example


Text Example

White with #4140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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