Html Css Color HEX #41547C Chambray

📋 copy color: '#41547C'

red 65 ◦ green 84 ◦ blue 124

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

Shades of Chambray #41547C

Tints of Chambray #41547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 23.81%
G = 30.77%
B = 45.42%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41547C (or 0x41547C) is known color: Chambray. HEX triplet: 41, 54 and 7C. RGB value is (65,84,124). Sum of RGB (Red+Green+Blue) = 65+84+124=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #41547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41547C is #BEAB83. Grayscale: #525252. Windows color (decimal): -12495748 or 8148033. OLE color: 8148033.

HSL color Cylindrical-coordinate representation of color #41547C: hue angle of 220.68º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41547C is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 84 124 -
CMYK 0.48 0.32 0 0.51
HSL 220.68º 0.31% 0.37% -
HSV(B) 220.68º 0.48% 0.49% -
XYZ 8.99 8.92 20.32 -
YUV 82.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 65 84 124 0.48 0.32 0 0.51 220.68 0.31 0.37
Hex 41 54 7C 30 20 0 33 DD 1F 25
Octal 101 124 174 60 40 0 63 335 37 45
Binary 1000001 1010100 1111100 110000 100000 0 110011 11011101 11111 100101

Color Harmonies of #41547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41547C

Black with #41547C

Text Example


Text Example

White with #41547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41547C; }

 p { color: rgb(65,84,124); }

 H1.HeaderClassName
 {
   color: #41547C;
 }
 .AnyTagClassName
 {
   color: #41547C;
 }
</style>

background-color css

<style>
 a { background-color: #41547C; }

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

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

border-color css

<style>
 span { border-color: #41547C; }

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

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