Html Css Color HEX #455481 Chambray

📋 copy color: '#455481'

red 69 ◦ green 84 ◦ blue 129

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

Shades of Chambray #455481

Tints of Chambray #455481

RGB

 RED value IS 69 (27.34% from 255) = 24.47%

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 24.47%
G = 29.79%
B = 45.74%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#455481 (or 0x455481) is known color: Chambray. HEX triplet: 45, 54 and 81. RGB value is (69,84,129). Sum of RGB (Red+Green+Blue) = 69+84+129=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #455481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455481 is #BAAB7E. Grayscale: #545454. Windows color (decimal): -12233599 or 8475717. OLE color: 8475717.

HSL color Cylindrical-coordinate representation of color #455481: hue angle of 225º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455481 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 84 129 -
CMYK 0.47 0.35 0 0.49
HSL 225º 0.3% 0.39% -
HSV(B) 225º 0.47% 0.51% -
XYZ 9.59 9.19 22.04 -
YUV 84.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 69 84 129 0.47 0.35 0 0.49 225 0.3 0.39
Hex 45 54 81 2F 23 0 31 E1 1E 27
Octal 105 124 201 57 43 0 61 341 36 47
Binary 1000101 1010100 10000001 101111 100011 0 110001 11100001 11110 100111

Color Harmonies of #455481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455481

Black with #455481

Text Example


Text Example

White with #455481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455481; }

 p { color: rgb(69,84,129); }

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

background-color css

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

 a { background-color: rgb(69,84,129); }

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

border-color css

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

 span { border-color: rgb(69,84,129); }

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