Html Css Color HEX #425092 Tory Blue

📋 copy color: '#425092'

red 66 ◦ green 80 ◦ blue 146

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

Shades of Tory Blue #425092

Tints of Tory Blue #425092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 146 (57.42% from 255) = 50%

R = 22.6%
G = 27.4%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425092 (or 0x425092) is known color: Tory Blue. HEX triplet: 42, 50 and 92. RGB value is (66,80,146). Sum of RGB (Red+Green+Blue) = 66+80+146=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #425092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425092 is #BDAF6D. Grayscale: #535353. Windows color (decimal): -12431214 or 9588802. OLE color: 9588802.

HSL color Cylindrical-coordinate representation of color #425092: hue angle of 229.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425092 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 80 146 -
CMYK 0.55 0.45 0 0.43
HSL 229.5º 0.38% 0.42% -
HSV(B) 229.5º 0.55% 0.57% -
XYZ 10.3 8.97 28.38 -
YUV 83.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 66 80 146 0.55 0.45 0 0.43 229.5 0.38 0.42
Hex 42 50 92 37 2D 0 2B E6 26 2A
Octal 102 120 222 67 55 0 53 346 46 52
Binary 1000010 1010000 10010010 110111 101101 0 101011 11100110 100110 101010

Color Harmonies of #425092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425092

Black with #425092

Text Example


Text Example

White with #425092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425092; }

 p { color: rgb(66,80,146); }

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

background-color css

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

 a { background-color: rgb(66,80,146); }

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

border-color css

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

 span { border-color: rgb(66,80,146); }

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