Html Css Color HEX #41507B Astronaut

📋 copy color: '#41507B'

red 65 ◦ green 80 ◦ blue 123

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

Shades of Astronaut #41507B

Tints of Astronaut #41507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 24.25%
G = 29.85%
B = 45.9%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41507B (or 0x41507B) is known color: Astronaut. HEX triplet: 41, 50 and 7B. RGB value is (65,80,123). Sum of RGB (Red+Green+Blue) = 65+80+123=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #41507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41507B is #BEAF84. Grayscale: #505050. Windows color (decimal): -12496773 or 8081473. OLE color: 8081473.

HSL color Cylindrical-coordinate representation of color #41507B: hue angle of 224.48º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41507B is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 80 123 -
CMYK 0.47 0.35 0 0.52
HSL 224.48º 0.31% 0.37% -
HSV(B) 224.48º 0.47% 0.48% -
XYZ 8.62 8.29 19.88 -
YUV 80.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 65 80 123 0.47 0.35 0 0.52 224.48 0.31 0.37
Hex 41 50 7B 2F 23 0 34 E0 1F 25
Octal 101 120 173 57 43 0 64 340 37 45
Binary 1000001 1010000 1111011 101111 100011 0 110100 11100000 11111 100101

Color Harmonies of #41507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41507B

Black with #41507B

Text Example


Text Example

White with #41507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41507B; }

 p { color: rgb(65,80,123); }

 H1.HeaderClassName
 {
   color: #41507B;
 }
 .AnyTagClassName
 {
   color: #41507B;
 }
</style>

background-color css

<style>
 a { background-color: #41507B; }

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

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

border-color css

<style>
 span { border-color: #41507B; }

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

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