Html Css Color HEX #41445E Port Gore

📋 copy color: '#41445E'

red 65 ◦ green 68 ◦ blue 94

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

Shades of Port Gore #41445E

Tints of Port Gore #41445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 28.63%
G = 29.96%
B = 41.41%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41445E (or 0x41445E) is known color: Port Gore. HEX triplet: 41, 44 and 5E. RGB value is (65,68,94). Sum of RGB (Red+Green+Blue) = 65+68+94=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #41445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41445E is #BEBBA1. Grayscale: #454545. Windows color (decimal): -12499874 or 6177857. OLE color: 6177857.

HSL color Cylindrical-coordinate representation of color #41445E: hue angle of 233.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41445E is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 68 94 -
CMYK 0.31 0.28 0 0.63
HSL 233.79º 0.18% 0.31% -
HSV(B) 233.79º 0.31% 0.37% -
XYZ 6.27 6.07 11.43 -
YUV 70.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 65 68 94 0.31 0.28 0 0.63 233.79 0.18 0.31
Hex 41 44 5E 1F 1C 0 3F EA 12 1F
Octal 101 104 136 37 34 0 77 352 22 37
Binary 1000001 1000100 1011110 11111 11100 0 111111 11101010 10010 11111

Color Harmonies of #41445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41445E

Black with #41445E

Text Example


Text Example

White with #41445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41445E; }

 p { color: rgb(65,68,94); }

 H1.HeaderClassName
 {
   color: #41445E;
 }
 .AnyTagClassName
 {
   color: #41445E;
 }
</style>

background-color css

<style>
 a { background-color: #41445E; }

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

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

border-color css

<style>
 span { border-color: #41445E; }

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

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