Html Css Color HEX #4B507B Astronaut

📋 copy color: '#4B507B'

red 75 ◦ green 80 ◦ blue 123

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

Shades of Astronaut #4B507B

Tints of Astronaut #4B507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 26.98%
G = 28.78%
B = 44.24%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B507B (or 0x4B507B) is known color: Astronaut. HEX triplet: 4B, 50 and 7B. RGB value is (75,80,123). Sum of RGB (Red+Green+Blue) = 75+80+123=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B507B is #B4AF84. Grayscale: #535353. Windows color (decimal): -11841413 or 8081483. OLE color: 8081483.

HSL color Cylindrical-coordinate representation of color #4B507B: hue angle of 233.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B507B is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 80 123 -
CMYK 0.39 0.35 0 0.52
HSL 233.75º 0.24% 0.39% -
HSV(B) 233.75º 0.39% 0.48% -
XYZ 9.35 8.66 19.92 -
YUV 83.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 75 80 123 0.39 0.35 0 0.52 233.75 0.24 0.39
Hex 4B 50 7B 27 23 0 34 EA 18 27
Octal 113 120 173 47 43 0 64 352 30 47
Binary 1001011 1010000 1111011 100111 100011 0 110100 11101010 11000 100111

Color Harmonies of #4B507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B507B

Black with #4B507B

Text Example


Text Example

White with #4B507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,80,123); }

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

background-color css

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

 a { background-color: rgb(75,80,123); }

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

border-color css

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

 span { border-color: rgb(75,80,123); }

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