Html Css Color HEX #424453 Payne's Grey

📋 copy color: '#424453'

red 66 ◦ green 68 ◦ blue 83

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

Shades of Payne's Grey #424453

Tints of Payne's Grey #424453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 30.41%
G = 31.34%
B = 38.25%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424453 (or 0x424453) is known color: Payne's Grey. HEX triplet: 42, 44 and 53. RGB value is (66,68,83). Sum of RGB (Red+Green+Blue) = 66+68+83=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #424453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424453 is #BDBBAC. Grayscale: #454545. Windows color (decimal): -12434349 or 5456962. OLE color: 5456962.

HSL color Cylindrical-coordinate representation of color #424453: hue angle of 232.94º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424453 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 68 83 -
CMYK 0.20 0.18 0 0.67
HSL 232.94º 0.11% 0.29% -
HSV(B) 232.94º 0.2% 0.33% -
XYZ 5.88 5.92 9.02 -
YUV 69.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 66 68 83 0.20 0.18 0 0.67 232.94 0.11 0.29
Hex 42 44 53 14 12 0 43 E9 B 1D
Octal 102 104 123 24 22 0 103 351 13 35
Binary 1000010 1000100 1010011 10100 10010 0 1000011 11101001 1011 11101

Color Harmonies of #424453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424453

Black with #424453

Text Example


Text Example

White with #424453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424453; }

 p { color: rgb(66,68,83); }

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

background-color css

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

 a { background-color: rgb(66,68,83); }

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

border-color css

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

 span { border-color: rgb(66,68,83); }

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