Html Css Color HEX #465A7F Chambray

📋 copy color: '#465A7F'

red 70 ◦ green 90 ◦ blue 127

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

Shades of Chambray #465A7F

Tints of Chambray #465A7F

RGB

 RED value IS 70 (27.73% from 255) = 24.39%

 GREEN value IS 90 (35.55% from 255) = 31.36%

 BLUE value IS 127 (50% from 255) = 44.25%

R = 24.39%
G = 31.36%
B = 44.25%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#465A7F (or 0x465A7F) is known color: Chambray. HEX triplet: 46, 5A and 7F. RGB value is (70,90,127). Sum of RGB (Red+Green+Blue) = 70+90+127=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #465A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A7F is #B9A580. Grayscale: #585858. Windows color (decimal): -12166529 or 8346182. OLE color: 8346182.

HSL color Cylindrical-coordinate representation of color #465A7F: hue angle of 218.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465A7F is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 90 127 -
CMYK 0.45 0.29 0 0.50
HSL 218.95º 0.29% 0.39% -
HSV(B) 218.95º 0.45% 0.5% -
XYZ 10.01 10.15 21.51 -
YUV 88.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 70 90 127 0.45 0.29 0 0.50 218.95 0.29 0.39
Hex 46 5A 7F 2D 1D 0 32 DB 1D 27
Octal 106 132 177 55 35 0 62 333 35 47
Binary 1000110 1011010 1111111 101101 11101 0 110010 11011011 11101 100111

Color Harmonies of #465A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A7F

Black with #465A7F

Text Example


Text Example

White with #465A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A7F; }

 p { color: rgb(70,90,127); }

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

background-color css

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

 a { background-color: rgb(70,90,127); }

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

border-color css

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

 span { border-color: rgb(70,90,127); }

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