Html Css Color HEX #453B67 Meteorite

📋 copy color: '#453B67'

red 69 ◦ green 59 ◦ blue 103

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

Shades of Meteorite #453B67

Tints of Meteorite #453B67

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 29.87%
G = 25.54%
B = 44.59%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#453B67 (or 0x453B67) is known color: Meteorite. HEX triplet: 45, 3B and 67. RGB value is (69,59,103). Sum of RGB (Red+Green+Blue) = 69+59+103=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #453B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B67 is #BAC498. Grayscale: #424242. Windows color (decimal): -12240025 or 6765381. OLE color: 6765381.

HSL color Cylindrical-coordinate representation of color #453B67: hue angle of 253.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #453B67 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 59 103 -
CMYK 0.33 0.43 0 0.60
HSL 253.64º 0.27% 0.32% -
HSV(B) 253.64º 0.43% 0.4% -
XYZ 6.47 5.37 13.53 -
YUV 67.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 69 59 103 0.33 0.43 0 0.60 253.64 0.27 0.32
Hex 45 3B 67 21 2B 0 3C FE 1B 20
Octal 105 73 147 41 53 0 74 376 33 40
Binary 1000101 111011 1100111 100001 101011 0 111100 11111110 11011 100000

Color Harmonies of #453B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453B67

Black with #453B67

Text Example


Text Example

White with #453B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453B67; }

 p { color: rgb(69,59,103); }

 H1.HeaderClassName
 {
   color: #453B67;
 }
 .AnyTagClassName
 {
   color: #453B67;
 }
</style>

background-color css

<style>
 a { background-color: #453B67; }

 a { background-color: rgb(69,59,103); }

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

border-color css

<style>
 span { border-color: #453B67; }

 span { border-color: rgb(69,59,103); }

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