Html Css Color HEX #42334E Jagger

📋 copy color: '#42334E'

red 66 ◦ green 51 ◦ blue 78

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

Shades of Jagger #42334E

Tints of Jagger #42334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

 BLUE value IS 78 (30.86% from 255) = 40%

R = 33.85%
G = 26.15%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42334E (or 0x42334E) is known color: Jagger. HEX triplet: 42, 33 and 4E. RGB value is (66,51,78). Sum of RGB (Red+Green+Blue) = 66+51+78=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #42334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42334E is #BDCCB1. Grayscale: #3A3A3A. Windows color (decimal): -12438706 or 5124930. OLE color: 5124930.

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

Color convert

RGB 66 51 78 -
CMYK 0.15 0.35 0 0.69
HSL 273.33º 0.21% 0.25% -
HSV(B) 273.33º 0.35% 0.31% -
XYZ 4.81 4.08 7.74 -
YUV 58.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 66 51 78 0.15 0.35 0 0.69 273.33 0.21 0.25
Hex 42 33 4E F 23 0 45 111 15 19
Octal 102 63 116 17 43 0 105 421 25 31
Binary 1000010 110011 1001110 1111 100011 0 1000101 100010001 10101 11001

Color Harmonies of #42334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42334E

Black with #42334E

Text Example


Text Example

White with #42334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42334E; }

 p { color: rgb(66,51,78); }

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

background-color css

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

 a { background-color: rgb(66,51,78); }

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

border-color css

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

 span { border-color: rgb(66,51,78); }

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