Html Css Color HEX #465D8A Chambray

📋 copy color: '#465D8A'

red 70 ◦ green 93 ◦ blue 138

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

Shades of Chambray #465D8A

Tints of Chambray #465D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 23.26%
G = 30.9%
B = 45.85%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#465D8A (or 0x465D8A) is known color: Chambray. HEX triplet: 46, 5D and 8A. RGB value is (70,93,138). Sum of RGB (Red+Green+Blue) = 70+93+138=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #465D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D8A is #B9A275. Grayscale: #5B5B5B. Windows color (decimal): -12165750 or 9067846. OLE color: 9067846.

HSL color Cylindrical-coordinate representation of color #465D8A: hue angle of 219.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #465D8A is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 93 138 -
CMYK 0.49 0.33 0 0.46
HSL 219.71º 0.33% 0.41% -
HSV(B) 219.71º 0.49% 0.54% -
XYZ 11.03 10.97 25.58 -
YUV 91.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 70 93 138 0.49 0.33 0 0.46 219.71 0.33 0.41
Hex 46 5D 8A 31 21 0 2E DC 21 29
Octal 106 135 212 61 41 0 56 334 41 51
Binary 1000110 1011101 10001010 110001 100001 0 101110 11011100 100001 101001

Color Harmonies of #465D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D8A

Black with #465D8A

Text Example


Text Example

White with #465D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,138); }

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

background-color css

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

 a { background-color: rgb(70,93,138); }

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

border-color css

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

 span { border-color: rgb(70,93,138); }

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