Html Css Color HEX #4B426D Meteorite

📋 copy color: '#4B426D'

red 75 ◦ green 66 ◦ blue 109

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

Shades of Meteorite #4B426D

Tints of Meteorite #4B426D

RGB

 RED value IS 75 (29.69% from 255) = 30%

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 30%
G = 26.4%
B = 43.6%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B426D (or 0x4B426D) is known color: Meteorite. HEX triplet: 4B, 42 and 6D. RGB value is (75,66,109). Sum of RGB (Red+Green+Blue) = 75+66+109=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B426D is #B4BD92. Grayscale: #494949. Windows color (decimal): -11845011 or 7160395. OLE color: 7160395.

HSL color Cylindrical-coordinate representation of color #4B426D: hue angle of 252.56º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B426D is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 66 109 -
CMYK 0.31 0.39 0 0.57
HSL 252.56º 0.25% 0.34% -
HSV(B) 252.56º 0.39% 0.43% -
XYZ 7.61 6.5 15.32 -
YUV 73.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 75 66 109 0.31 0.39 0 0.57 252.56 0.25 0.34
Hex 4B 42 6D 1F 27 0 39 FD 19 22
Octal 113 102 155 37 47 0 71 375 31 42
Binary 1001011 1000010 1101101 11111 100111 0 111001 11111101 11001 100010

Color Harmonies of #4B426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B426D

Black with #4B426D

Text Example


Text Example

White with #4B426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B426D; }

 p { color: rgb(75,66,109); }

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

background-color css

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

 a { background-color: rgb(75,66,109); }

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

border-color css

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

 span { border-color: rgb(75,66,109); }

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