Html Css Color HEX #423450 Jagger

📋 copy color: '#423450'

red 66 ◦ green 52 ◦ blue 80

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

Shades of Jagger #423450

Tints of Jagger #423450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

 BLUE value IS 80 (31.64% from 255) = 40.4%

R = 33.33%
G = 26.26%
B = 40.4%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#423450 (or 0x423450) is known color: Jagger. HEX triplet: 42, 34 and 50. RGB value is (66,52,80). Sum of RGB (Red+Green+Blue) = 66+52+80=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #423450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423450 is #BDCBAF. Grayscale: #3B3B3B. Windows color (decimal): -12438448 or 5256258. OLE color: 5256258.

HSL color Cylindrical-coordinate representation of color #423450: hue angle of 270º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #423450 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 52 80 -
CMYK 0.17 0.35 0 0.69
HSL 270º 0.21% 0.26% -
HSV(B) 270º 0.35% 0.31% -
XYZ 4.92 4.19 8.14 -
YUV 59.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 66 52 80 0.17 0.35 0 0.69 270 0.21 0.26
Hex 42 34 50 11 23 0 45 10E 15 1A
Octal 102 64 120 21 43 0 105 416 25 32
Binary 1000010 110100 1010000 10001 100011 0 1000101 100001110 10101 11010

Color Harmonies of #423450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423450

Black with #423450

Text Example


Text Example

White with #423450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423450; }

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

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

background-color css

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

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

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

border-color css

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

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

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