Html Css Color HEX #75469B Studio

📋 copy color: '#75469B'

red 117 ◦ green 70 ◦ blue 155

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

Shades of Studio #75469B

Tints of Studio #75469B

RGB

 RED value IS 117 (46.09% from 255) = 34.21%

 GREEN value IS 70 (27.73% from 255) = 20.47%

 BLUE value IS 155 (60.94% from 255) = 45.32%

R = 34.21%
G = 20.47%
B = 45.32%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75469B (or 0x75469B) is known color: Studio. HEX triplet: 75, 46 and 9B. RGB value is (117,70,155). Sum of RGB (Red+Green+Blue) = 117+70+155=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #75469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75469B is #8AB964. Grayscale: #5D5D5D. Windows color (decimal): -9091429 or 10176117. OLE color: 10176117.

HSL color Cylindrical-coordinate representation of color #75469B: hue angle of 273.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75469B is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 70 155 -
CMYK 0.25 0.55 0 0.39
HSL 273.18º 0.38% 0.44% -
HSV(B) 273.18º 0.55% 0.61% -
XYZ 15.44 10.53 32.23 -
YUV 93.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 117 70 155 0.25 0.55 0 0.39 273.18 0.38 0.44
Hex 75 46 9B 19 37 0 27 111 26 2C
Octal 165 106 233 31 67 0 47 421 46 54
Binary 1110101 1000110 10011011 11001 110111 0 100111 100010001 100110 101100

Color Harmonies of #75469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75469B

Black with #75469B

Text Example


Text Example

White with #75469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75469B; }

 p { color: rgb(117,70,155); }

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

background-color css

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

 a { background-color: rgb(117,70,155); }

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

border-color css

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

 span { border-color: rgb(117,70,155); }

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