Html Css Color HEX #454376 Corn Flower Blue

📋 copy color: '#454376'

red 69 ◦ green 67 ◦ blue 118

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

Shades of Corn Flower Blue #454376

Tints of Corn Flower Blue #454376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 27.17%
G = 26.38%
B = 46.46%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#454376 (or 0x454376) is known color: Corn Flower Blue. HEX triplet: 45, 43 and 76. RGB value is (69,67,118). Sum of RGB (Red+Green+Blue) = 69+67+118=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #454376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454376 is #BABC89. Grayscale: #494949. Windows color (decimal): -12237962 or 7750469. OLE color: 7750469.

HSL color Cylindrical-coordinate representation of color #454376: hue angle of 242.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454376 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 67 118 -
CMYK 0.42 0.43 0 0.54
HSL 242.35º 0.28% 0.36% -
HSV(B) 242.35º 0.43% 0.46% -
XYZ 7.73 6.59 18 -
YUV 73.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 69 67 118 0.42 0.43 0 0.54 242.35 0.28 0.36
Hex 45 43 76 2A 2B 0 36 F2 1C 24
Octal 105 103 166 52 53 0 66 362 34 44
Binary 1000101 1000011 1110110 101010 101011 0 110110 11110010 11100 100100

Color Harmonies of #454376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454376

Black with #454376

Text Example


Text Example

White with #454376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454376; }

 p { color: rgb(69,67,118); }

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

background-color css

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

 a { background-color: rgb(69,67,118); }

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

border-color css

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

 span { border-color: rgb(69,67,118); }

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