Html Css Color HEX #423462 Jacarta

📋 copy color: '#423462'

red 66 ◦ green 52 ◦ blue 98

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

Shades of Jacarta #423462

Tints of Jacarta #423462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 30.56%
G = 24.07%
B = 45.37%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423462 (or 0x423462) is known color: Jacarta. HEX triplet: 42, 34 and 62. RGB value is (66,52,98). Sum of RGB (Red+Green+Blue) = 66+52+98=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #423462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423462 is #BDCB9D. Grayscale: #3D3D3D. Windows color (decimal): -12438430 or 6435906. OLE color: 6435906.

HSL color Cylindrical-coordinate representation of color #423462: hue angle of 258.26º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423462 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 52 98 -
CMYK 0.33 0.47 0 0.62
HSL 258.26º 0.31% 0.29% -
HSV(B) 258.26º 0.47% 0.38% -
XYZ 5.68 4.5 12.12 -
YUV 61.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 66 52 98 0.33 0.47 0 0.62 258.26 0.31 0.29
Hex 42 34 62 21 2F 0 3E 102 1F 1D
Octal 102 64 142 41 57 0 76 402 37 35
Binary 1000010 110100 1100010 100001 101111 0 111110 100000010 11111 11101

Color Harmonies of #423462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423462

Black with #423462

Text Example


Text Example

White with #423462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423462; }

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

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

background-color css

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

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

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

border-color css

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

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

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