Html Css Color HEX #423263 Jacarta

📋 copy color: '#423263'

red 66 ◦ green 50 ◦ blue 99

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

Shades of Jacarta #423263

Tints of Jacarta #423263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 30.7%
G = 23.26%
B = 46.05%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423263 (or 0x423263) is known color: Jacarta. HEX triplet: 42, 32 and 63. RGB value is (66,50,99). Sum of RGB (Red+Green+Blue) = 66+50+99=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #423263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423263 is #BDCD9C. Grayscale: #3C3C3C. Windows color (decimal): -12438941 or 6500930. OLE color: 6500930.

HSL color Cylindrical-coordinate representation of color #423263: hue angle of 259.59º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #423263 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 50 99 -
CMYK 0.33 0.49 0 0.61
HSL 259.59º 0.33% 0.29% -
HSV(B) 259.59º 0.49% 0.39% -
XYZ 5.64 4.34 12.34 -
YUV 60.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 66 50 99 0.33 0.49 0 0.61 259.59 0.33 0.29
Hex 42 32 63 21 31 0 3D 104 21 1D
Octal 102 62 143 41 61 0 75 404 41 35
Binary 1000010 110010 1100011 100001 110001 0 111101 100000100 100001 11101

Color Harmonies of #423263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423263

Black with #423263

Text Example


Text Example

White with #423263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423263; }

 p { color: rgb(66,50,99); }

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

background-color css

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

 a { background-color: rgb(66,50,99); }

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

border-color css

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

 span { border-color: rgb(66,50,99); }

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