Html Css Color HEX #452E63 Blue Diamond

📋 copy color: '#452E63'

red 69 ◦ green 46 ◦ blue 99

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

Shades of Blue Diamond #452E63

Tints of Blue Diamond #452E63

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.5%

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 32.24%
G = 21.5%
B = 46.26%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#452E63 (or 0x452E63) is known color: Blue Diamond. HEX triplet: 45, 2E and 63. RGB value is (69,46,99). Sum of RGB (Red+Green+Blue) = 69+46+99=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #452E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E63 is #BAD19C. Grayscale: #3A3A3A. Windows color (decimal): -12243357 or 6499909. OLE color: 6499909.

HSL color Cylindrical-coordinate representation of color #452E63: hue angle of 266.04º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452E63 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 46 99 -
CMYK 0.30 0.54 0 0.61
HSL 266.04º 0.37% 0.28% -
HSV(B) 266.04º 0.54% 0.39% -
XYZ 5.68 4.12 12.3 -
YUV 58.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 69 46 99 0.30 0.54 0 0.61 266.04 0.37 0.28
Hex 45 2E 63 1E 36 0 3D 10A 25 1C
Octal 105 56 143 36 66 0 75 412 45 34
Binary 1000101 101110 1100011 11110 110110 0 111101 100001010 100101 11100

Color Harmonies of #452E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452E63

Black with #452E63

Text Example


Text Example

White with #452E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,46,99); }

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

background-color css

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

 a { background-color: rgb(69,46,99); }

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

border-color css

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

 span { border-color: rgb(69,46,99); }

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