Html Css Color HEX #30479F Tory Blue

📋 copy color: '#30479F'

red 48 ◦ green 71 ◦ blue 159

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

Shades of Tory Blue #30479F

Tints of Tory Blue #30479F

RGB

 RED value IS 48 (19.14% from 255) = 17.27%

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 159 (62.5% from 255) = 57.19%

R = 17.27%
G = 25.54%
B = 57.19%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30479F (or 0x30479F) is known color: Tory Blue. HEX triplet: 30, 47 and 9F. RGB value is (48,71,159). Sum of RGB (Red+Green+Blue) = 48+71+159=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #30479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30479F is #CFB860. Grayscale: #494949. Windows color (decimal): -13613153 or 10438448. OLE color: 10438448.

HSL color Cylindrical-coordinate representation of color #30479F: hue angle of 227.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30479F is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 71 159 -
CMYK 0.70 0.55 0 0.38
HSL 227.57º 0.54% 0.41% -
HSV(B) 227.57º 0.7% 0.62% -
XYZ 9.73 7.64 33.76 -
YUV 74.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 48 71 159 0.70 0.55 0 0.38 227.57 0.54 0.41
Hex 30 47 9F 46 37 0 26 E4 36 29
Octal 60 107 237 106 67 0 46 344 66 51
Binary 110000 1000111 10011111 1000110 110111 0 100110 11100100 110110 101001

Color Harmonies of #30479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30479F

Black with #30479F

Text Example


Text Example

White with #30479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30479F; }

 p { color: rgb(48,71,159); }

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

background-color css

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

 a { background-color: rgb(48,71,159); }

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

border-color css

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

 span { border-color: rgb(48,71,159); }

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