Html Css Color HEX #423D5A Jacarta

📋 copy color: '#423D5A'

red 66 ◦ green 61 ◦ blue 90

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

Shades of Jacarta #423D5A

Tints of Jacarta #423D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.11%

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 30.41%
G = 28.11%
B = 41.47%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423D5A (or 0x423D5A) is known color: Jacarta. HEX triplet: 42, 3D and 5A. RGB value is (66,61,90). Sum of RGB (Red+Green+Blue) = 66+61+90=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #423D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D5A is #BDC2A5. Grayscale: #414141. Windows color (decimal): -12436134 or 5913922. OLE color: 5913922.

HSL color Cylindrical-coordinate representation of color #423D5A: hue angle of 250.34º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #423D5A is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 61 90 -
CMYK 0.27 0.32 0 0.65
HSL 250.34º 0.19% 0.3% -
HSV(B) 250.34º 0.32% 0.35% -
XYZ 5.76 5.23 10.38 -
YUV 65.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 66 61 90 0.27 0.32 0 0.65 250.34 0.19 0.3
Hex 42 3D 5A 1B 20 0 41 FA 13 1E
Octal 102 75 132 33 40 0 101 372 23 36
Binary 1000010 111101 1011010 11011 100000 0 1000001 11111010 10011 11110

Color Harmonies of #423D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D5A

Black with #423D5A

Text Example


Text Example

White with #423D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D5A; }

 p { color: rgb(66,61,90); }

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

background-color css

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

 a { background-color: rgb(66,61,90); }

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

border-color css

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

 span { border-color: rgb(66,61,90); }

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