Html Css Color HEX #423053 Jagger

📋 copy color: '#423053'

red 66 ◦ green 48 ◦ blue 83

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

Shades of Jagger #423053

Tints of Jagger #423053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 33.5%
G = 24.37%
B = 42.13%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#423053 (or 0x423053) is known color: Jagger. HEX triplet: 42, 30 and 53. RGB value is (66,48,83). Sum of RGB (Red+Green+Blue) = 66+48+83=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #423053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423053 is #BDCFAC. Grayscale: #393939. Windows color (decimal): -12439469 or 5451842. OLE color: 5451842.

HSL color Cylindrical-coordinate representation of color #423053: hue angle of 270.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423053 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 48 83 -
CMYK 0.20 0.42 0 0.67
HSL 270.86º 0.27% 0.26% -
HSV(B) 270.86º 0.42% 0.33% -
XYZ 4.87 3.9 8.68 -
YUV 57.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 66 48 83 0.20 0.42 0 0.67 270.86 0.27 0.26
Hex 42 30 53 14 2A 0 43 10F 1B 1A
Octal 102 60 123 24 52 0 103 417 33 32
Binary 1000010 110000 1010011 10100 101010 0 1000011 100001111 11011 11010

Color Harmonies of #423053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423053

Black with #423053

Text Example


Text Example

White with #423053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423053; }

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

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

background-color css

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

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

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

border-color css

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

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

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