Html Css Color HEX #425D7A Matisse

📋 copy color: '#425D7A'

red 66 ◦ green 93 ◦ blue 122

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

Shades of Matisse #425D7A

Tints of Matisse #425D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.42%

R = 23.49%
G = 33.1%
B = 43.42%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#425D7A (or 0x425D7A) is known color: Matisse. HEX triplet: 42, 5D and 7A. RGB value is (66,93,122). Sum of RGB (Red+Green+Blue) = 66+93+122=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #425D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D7A is #BDA285. Grayscale: #585858. Windows color (decimal): -12427910 or 8019266. OLE color: 8019266.

HSL color Cylindrical-coordinate representation of color #425D7A: hue angle of 211.07º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #425D7A is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 93 122 -
CMYK 0.46 0.24 0 0.52
HSL 211.07º 0.3% 0.37% -
HSV(B) 211.07º 0.46% 0.48% -
XYZ 9.67 10.39 19.91 -
YUV 88.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 66 93 122 0.46 0.24 0 0.52 211.07 0.3 0.37
Hex 42 5D 7A 2E 18 0 34 D3 1E 25
Octal 102 135 172 56 30 0 64 323 36 45
Binary 1000010 1011101 1111010 101110 11000 0 110100 11010011 11110 100101

Color Harmonies of #425D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D7A

Black with #425D7A

Text Example


Text Example

White with #425D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425D7A; }

 p { color: rgb(66,93,122); }

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

background-color css

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

 a { background-color: rgb(66,93,122); }

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

border-color css

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

 span { border-color: rgb(66,93,122); }

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