Html Css Color HEX #423464 Minsk

📋 copy color: '#423464'

red 66 ◦ green 52 ◦ blue 100

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

Shades of Minsk #423464

Tints of Minsk #423464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 30.28%
G = 23.85%
B = 45.87%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423464 (or 0x423464) is known color: Minsk. HEX triplet: 42, 34 and 64. RGB value is (66,52,100). Sum of RGB (Red+Green+Blue) = 66+52+100=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #423464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423464 is #BDCB9B. Grayscale: #3D3D3D. Windows color (decimal): -12438428 or 6566978. OLE color: 6566978.

HSL color Cylindrical-coordinate representation of color #423464: hue angle of 257.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #423464 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 52 100 -
CMYK 0.34 0.48 0 0.61
HSL 257.5º 0.32% 0.3% -
HSV(B) 257.5º 0.48% 0.39% -
XYZ 5.78 4.53 12.63 -
YUV 61.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 66 52 100 0.34 0.48 0 0.61 257.5 0.32 0.3
Hex 42 34 64 22 30 0 3D 102 20 1E
Octal 102 64 144 42 60 0 75 402 40 36
Binary 1000010 110100 1100100 100010 110000 0 111101 100000010 100000 11110

Color Harmonies of #423464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423464

Black with #423464

Text Example


Text Example

White with #423464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423464; }

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

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

background-color css

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

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

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

border-color css

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

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

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