Html Css Color HEX #4B426E Meteorite

📋 copy color: '#4B426E'

red 75 ◦ green 66 ◦ blue 110

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

Shades of Meteorite #4B426E

Tints of Meteorite #4B426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 29.88%
G = 26.29%
B = 43.82%

CMYK

 C value IS 0.32

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B426E (or 0x4B426E) is known color: Meteorite. HEX triplet: 4B, 42 and 6E. RGB value is (75,66,110). Sum of RGB (Red+Green+Blue) = 75+66+110=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B426E is #B4BD91. Grayscale: #494949. Windows color (decimal): -11845010 or 7225931. OLE color: 7225931.

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

Color convert

RGB 75 66 110 -
CMYK 0.32 0.4 0 0.57
HSL 252.27º 0.25% 0.35% -
HSV(B) 252.27º 0.4% 0.43% -
XYZ 7.66 6.52 15.61 -
YUV 73.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 75 66 110 0.32 0.4 0 0.57 252.27 0.25 0.35
Hex 4B 42 6E 20 28 0 39 FC 19 23
Octal 113 102 156 40 50 0 71 374 31 43
Binary 1001011 1000010 1101110 100000 101000 0 111001 11111100 11001 100011

Color Harmonies of #4B426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B426E

Black with #4B426E

Text Example


Text Example

White with #4B426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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