Html Css Color HEX #4141AD Governor Bay

📋 copy color: '#4141AD'

red 65 ◦ green 65 ◦ blue 173

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

Shades of Governor Bay #4141AD

Tints of Governor Bay #4141AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 21.45%
G = 21.45%
B = 57.1%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4141AD (or 0x4141AD) is known color: Governor Bay. HEX triplet: 41, 41 and AD. RGB value is (65,65,173). Sum of RGB (Red+Green+Blue) = 65+65+173=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4141AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4141AD is #BEBE52. Grayscale: #4C4C4C. Windows color (decimal): -12500563 or 11354433. OLE color: 11354433.

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

Color convert

RGB 65 65 173 -
CMYK 0.62 0.62 0 0.32
HSL 240º 0.45% 0.47% -
HSV(B) 240º 0.62% 0.68% -
XYZ 11.61 7.92 40.45 -
YUV 77.31 182 119.22 -
System Red Green Blue C M Y K H S L
Decimal 65 65 173 0.62 0.62 0 0.32 240 0.45 0.47
Hex 41 41 AD 3E 3E 0 20 F0 2D 2F
Octal 101 101 255 76 76 0 40 360 55 57
Binary 1000001 1000001 10101101 111110 111110 0 100000 11110000 101101 101111

Color Harmonies of #4141AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4141AD

Black with #4141AD

Text Example


Text Example

White with #4141AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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