Html Css Color HEX #4140AB Governor Bay

📋 copy color: '#4140AB'

red 65 ◦ green 64 ◦ blue 171

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

Shades of Governor Bay #4140AB

Tints of Governor Bay #4140AB

RGB

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

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

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

R = 21.67%
G = 21.33%
B = 57%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4140AB (or 0x4140AB) is known color: Governor Bay. HEX triplet: 41, 40 and AB. RGB value is (65,64,171). Sum of RGB (Red+Green+Blue) = 65+64+171=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #4140AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4140AB is #BEBF54. Grayscale: #4C4C4C. Windows color (decimal): -12500821 or 11223105. OLE color: 11223105.

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

Color convert

RGB 65 64 171 -
CMYK 0.62 0.63 0 0.33
HSL 240.56º 0.46% 0.46% -
HSV(B) 240.56º 0.63% 0.67% -
XYZ 11.36 7.73 39.42 -
YUV 76.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 65 64 171 0.62 0.63 0 0.33 240.56 0.46 0.46
Hex 41 40 AB 3E 3F 0 21 F1 2E 2E
Octal 101 100 253 76 77 0 41 361 56 56
Binary 1000001 1000000 10101011 111110 111111 0 100001 11110001 101110 101110

Color Harmonies of #4140AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4140AB

Black with #4140AB

Text Example


Text Example

White with #4140AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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