Html Css Color HEX #452DAD Blue Gem

📋 copy color: '#452DAD'

red 69 ◦ green 45 ◦ blue 173

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

Shades of Blue Gem #452DAD

Tints of Blue Gem #452DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.68%

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 24.04%
G = 15.68%
B = 60.28%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#452DAD (or 0x452DAD) is known color: Blue Gem. HEX triplet: 45, 2D and AD. RGB value is (69,45,173). Sum of RGB (Red+Green+Blue) = 69+45+173=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #452DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452DAD is #BAD252. Grayscale: #424242. Windows color (decimal): -12243539 or 11349317. OLE color: 11349317.

HSL color Cylindrical-coordinate representation of color #452DAD: hue angle of 251.25º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452DAD is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 45 173 -
CMYK 0.60 0.74 0 0.32
HSL 251.25º 0.59% 0.43% -
HSV(B) 251.25º 0.74% 0.68% -
XYZ 10.94 6.16 40.15 -
YUV 66.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 69 45 173 0.60 0.74 0 0.32 251.25 0.59 0.43
Hex 45 2D AD 3C 4A 0 20 FB 3B 2B
Octal 105 55 255 74 112 0 40 373 73 53
Binary 1000101 101101 10101101 111100 1001010 0 100000 11111011 111011 101011

Color Harmonies of #452DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452DAD

Black with #452DAD

Text Example


Text Example

White with #452DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,45,173); }

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

background-color css

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

 a { background-color: rgb(69,45,173); }

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

border-color css

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

 span { border-color: rgb(69,45,173); }

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