Html Css Color HEX #452F89 Blue Gem

📋 copy color: '#452F89'

red 69 ◦ green 47 ◦ blue 137

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

Shades of Blue Gem #452F89

Tints of Blue Gem #452F89

RGB

 RED value IS 69 (27.34% from 255) = 27.27%

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 27.27%
G = 18.58%
B = 54.15%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#452F89 (or 0x452F89) is known color: Blue Gem. HEX triplet: 45, 2F and 89. RGB value is (69,47,137). Sum of RGB (Red+Green+Blue) = 69+47+137=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #452F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F89 is #BAD076. Grayscale: #3F3F3F. Windows color (decimal): -12243063 or 8990533. OLE color: 8990533.

HSL color Cylindrical-coordinate representation of color #452F89: hue angle of 254.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452F89 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 47 137 -
CMYK 0.50 0.66 0 0.46
HSL 254.67º 0.49% 0.36% -
HSV(B) 254.67º 0.66% 0.54% -
XYZ 7.99 5.1 24.23 -
YUV 63.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 69 47 137 0.50 0.66 0 0.46 254.67 0.49 0.36
Hex 45 2F 89 32 42 0 2E FF 31 24
Octal 105 57 211 62 102 0 56 377 61 44
Binary 1000101 101111 10001001 110010 1000010 0 101110 11111111 110001 100100

Color Harmonies of #452F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452F89

Black with #452F89

Text Example


Text Example

White with #452F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452F89; }

 p { color: rgb(69,47,137); }

 H1.HeaderClassName
 {
   color: #452F89;
 }
 .AnyTagClassName
 {
   color: #452F89;
 }
</style>

background-color css

<style>
 a { background-color: #452F89; }

 a { background-color: rgb(69,47,137); }

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

border-color css

<style>
 span { border-color: #452F89; }

 span { border-color: rgb(69,47,137); }

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