Html Css Color HEX #4149AB Governor Bay

📋 copy color: '#4149AB'

red 65 ◦ green 73 ◦ blue 171

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

Shades of Governor Bay #4149AB

Tints of Governor Bay #4149AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

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

R = 21.04%
G = 23.62%
B = 55.34%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4149AB (or 0x4149AB) is known color: Governor Bay. HEX triplet: 41, 49 and AB. RGB value is (65,73,171). Sum of RGB (Red+Green+Blue) = 65+73+171=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4149AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4149AB is #BEB654. Grayscale: #515151. Windows color (decimal): -12498517 or 11225409. OLE color: 11225409.

HSL color Cylindrical-coordinate representation of color #4149AB: 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 #4149AB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 73 171 -
CMYK 0.62 0.57 0 0.33
HSL 235.47º 0.45% 0.46% -
HSV(B) 235.47º 0.62% 0.67% -
XYZ 11.91 8.83 39.6 -
YUV 81.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 65 73 171 0.62 0.57 0 0.33 235.47 0.45 0.46
Hex 41 49 AB 3E 39 0 21 EB 2D 2E
Octal 101 111 253 76 71 0 41 353 55 56
Binary 1000001 1001001 10101011 111110 111001 0 100001 11101011 101101 101110

Color Harmonies of #4149AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149AB

Black with #4149AB

Text Example


Text Example

White with #4149AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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