Html Css Color HEX #415471 Chambray

📋 copy color: '#415471'

red 65 ◦ green 84 ◦ blue 113

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

Shades of Chambray #415471

Tints of Chambray #415471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 24.81%
G = 32.06%
B = 43.13%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415471 (or 0x415471) is known color: Chambray. HEX triplet: 41, 54 and 71. RGB value is (65,84,113). Sum of RGB (Red+Green+Blue) = 65+84+113=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #415471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415471 is #BEAB8E. Grayscale: #515151. Windows color (decimal): -12495759 or 7427137. OLE color: 7427137.

HSL color Cylindrical-coordinate representation of color #415471: hue angle of 216.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #415471 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 84 113 -
CMYK 0.42 0.26 0 0.56
HSL 216.25º 0.27% 0.35% -
HSV(B) 216.25º 0.42% 0.44% -
XYZ 8.33 8.66 16.85 -
YUV 81.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 65 84 113 0.42 0.26 0 0.56 216.25 0.27 0.35
Hex 41 54 71 2A 1A 0 38 D8 1B 23
Octal 101 124 161 52 32 0 70 330 33 43
Binary 1000001 1010100 1110001 101010 11010 0 111000 11011000 11011 100011

Color Harmonies of #415471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415471

Black with #415471

Text Example


Text Example

White with #415471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415471; }

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

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

background-color css

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

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

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

border-color css

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

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

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