Html Css Color HEX #4141AF Governor Bay

📋 copy color: '#4141AF'

red 65 ◦ green 65 ◦ blue 175

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

Shades of Governor Bay #4141AF

Tints of Governor Bay #4141AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 21.31%
G = 21.31%
B = 57.38%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4141AF (or 0x4141AF) is known color: Governor Bay. HEX triplet: 41, 41 and AF. RGB value is (65,65,175). Sum of RGB (Red+Green+Blue) = 65+65+175=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #4141AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4141AF is #BEBE50. Grayscale: #4D4D4D. Windows color (decimal): -12500561 or 11485505. OLE color: 11485505.

HSL color Cylindrical-coordinate representation of color #4141AF: hue angle of 240º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4141AF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 65 175 -
CMYK 0.63 0.63 0 0.31
HSL 240º 0.46% 0.47% -
HSV(B) 240º 0.63% 0.69% -
XYZ 11.81 8 41.48 -
YUV 77.54 183 119.06 -
System Red Green Blue C M Y K H S L
Decimal 65 65 175 0.63 0.63 0 0.31 240 0.46 0.47
Hex 41 41 AF 3F 3F 0 1F F0 2E 2F
Octal 101 101 257 77 77 0 37 360 56 57
Binary 1000001 1000001 10101111 111111 111111 0 11111 11110000 101110 101111

Color Harmonies of #4141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4141AF

Black with #4141AF

Text Example


Text Example

White with #4141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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