Html Css Color HEX #4149AD Governor Bay

📋 copy color: '#4149AD'

red 65 ◦ green 73 ◦ blue 173

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

Shades of Governor Bay #4149AD

Tints of Governor Bay #4149AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 20.9%
G = 23.47%
B = 55.63%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4149AD (or 0x4149AD) is known color: Governor Bay. HEX triplet: 41, 49 and AD. RGB value is (65,73,173). Sum of RGB (Red+Green+Blue) = 65+73+173=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #4149AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4149AD is #BEB652. Grayscale: #515151. Windows color (decimal): -12498515 or 11356481. OLE color: 11356481.

HSL color Cylindrical-coordinate representation of color #4149AD: hue angle of 235.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4149AD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 73 173 -
CMYK 0.62 0.58 0 0.32
HSL 235.56º 0.45% 0.47% -
HSV(B) 235.56º 0.62% 0.68% -
XYZ 12.11 8.91 40.62 -
YUV 82.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 65 73 173 0.62 0.58 0 0.32 235.56 0.45 0.47
Hex 41 49 AD 3E 3A 0 20 EC 2D 2F
Octal 101 111 255 76 72 0 40 354 55 57
Binary 1000001 1001001 10101101 111110 111010 0 100000 11101100 101101 101111

Color Harmonies of #4149AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149AD

Black with #4149AD

Text Example


Text Example

White with #4149AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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