Html Css Color HEX #42548B Tory Blue

📋 copy color: '#42548B'

red 66 ◦ green 84 ◦ blue 139

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

Shades of Tory Blue #42548B

Tints of Tory Blue #42548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 22.84%
G = 29.07%
B = 48.1%

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

#42548B (or 0x42548B) is known color: Tory Blue. HEX triplet: 42, 54 and 8B. RGB value is (66,84,139). Sum of RGB (Red+Green+Blue) = 66+84+139=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #42548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42548B is #BDAB74. Grayscale: #545454. Windows color (decimal): -12430197 or 9131074. OLE color: 9131074.

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

Color convert

RGB 66 84 139 -
CMYK 0.53 0.40 0 0.45
HSL 225.21º 0.36% 0.4% -
HSV(B) 225.21º 0.53% 0.55% -
XYZ 10.08 9.36 25.7 -
YUV 84.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 66 84 139 0.53 0.40 0 0.45 225.21 0.36 0.4
Hex 42 54 8B 35 28 0 2D E1 24 28
Octal 102 124 213 65 50 0 55 341 44 50
Binary 1000010 1010100 10001011 110101 101000 0 101101 11100001 100100 101000

Color Harmonies of #42548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42548B

Black with #42548B

Text Example


Text Example

White with #42548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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