Html Css Color HEX #42548D Tory Blue

📋 copy color: '#42548D'

red 66 ◦ green 84 ◦ blue 141

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

Shades of Tory Blue #42548D

Tints of Tory Blue #42548D

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

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

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 22.68%
G = 28.87%
B = 48.45%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42548D (or 0x42548D) is known color: Tory Blue. HEX triplet: 42, 54 and 8D. RGB value is (66,84,141). Sum of RGB (Red+Green+Blue) = 66+84+141=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #42548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42548D is #BDAB72. Grayscale: #545454. Windows color (decimal): -12430195 or 9262146. OLE color: 9262146.

HSL color Cylindrical-coordinate representation of color #42548D: hue angle of 225.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42548D is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 84 141 -
CMYK 0.53 0.40 0 0.45
HSL 225.6º 0.36% 0.41% -
HSV(B) 225.6º 0.53% 0.55% -
XYZ 10.22 9.42 26.48 -
YUV 85.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 66 84 141 0.53 0.40 0 0.45 225.6 0.36 0.41
Hex 42 54 8D 35 28 0 2D E2 24 29
Octal 102 124 215 65 50 0 55 342 44 51
Binary 1000010 1010100 10001101 110101 101000 0 101101 11100010 100100 101001

Color Harmonies of #42548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42548D

Black with #42548D

Text Example


Text Example

White with #42548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42548D; }

 p { color: rgb(66,84,141); }

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

background-color css

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

 a { background-color: rgb(66,84,141); }

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

border-color css

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

 span { border-color: rgb(66,84,141); }

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