Html Css Color HEX #423463 Minsk

📋 copy color: '#423463'

red 66 ◦ green 52 ◦ blue 99

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

Shades of Minsk #423463

Tints of Minsk #423463

RGB

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

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

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

R = 30.41%
G = 23.96%
B = 45.62%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423463 (or 0x423463) is known color: Minsk. HEX triplet: 42, 34 and 63. RGB value is (66,52,99). Sum of RGB (Red+Green+Blue) = 66+52+99=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #423463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423463 is #BDCB9C. Grayscale: #3D3D3D. Windows color (decimal): -12438429 or 6501442. OLE color: 6501442.

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

Color convert

RGB 66 52 99 -
CMYK 0.33 0.47 0 0.61
HSL 257.87º 0.31% 0.3% -
HSV(B) 257.87º 0.47% 0.39% -
XYZ 5.73 4.52 12.37 -
YUV 61.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 66 52 99 0.33 0.47 0 0.61 257.87 0.31 0.3
Hex 42 34 63 21 2F 0 3D 102 1F 1E
Octal 102 64 143 41 57 0 75 402 37 36
Binary 1000010 110100 1100011 100001 101111 0 111101 100000010 11111 11110

Color Harmonies of #423463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423463

Black with #423463

Text Example


Text Example

White with #423463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423463; }

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

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

background-color css

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

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

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

border-color css

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

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

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