Html Css Color HEX #454974 Corn Flower Blue

📋 copy color: '#454974'

red 69 ◦ green 73 ◦ blue 116

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

Shades of Corn Flower Blue #454974

Tints of Corn Flower Blue #454974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 26.74%
G = 28.29%
B = 44.96%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454974 (or 0x454974) is known color: Corn Flower Blue. HEX triplet: 45, 49 and 74. RGB value is (69,73,116). Sum of RGB (Red+Green+Blue) = 69+73+116=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #454974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454974 is #BAB68B. Grayscale: #4C4C4C. Windows color (decimal): -12236428 or 7620933. OLE color: 7620933.

HSL color Cylindrical-coordinate representation of color #454974: hue angle of 234.89º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454974 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 73 116 -
CMYK 0.41 0.37 0 0.55
HSL 234.89º 0.25% 0.36% -
HSV(B) 234.89º 0.41% 0.45% -
XYZ 7.99 7.29 17.51 -
YUV 76.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 69 73 116 0.41 0.37 0 0.55 234.89 0.25 0.36
Hex 45 49 74 29 25 0 37 EB 19 24
Octal 105 111 164 51 45 0 67 353 31 44
Binary 1000101 1001001 1110100 101001 100101 0 110111 11101011 11001 100100

Color Harmonies of #454974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454974

Black with #454974

Text Example


Text Example

White with #454974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454974; }

 p { color: rgb(69,73,116); }

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

background-color css

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

 a { background-color: rgb(69,73,116); }

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

border-color css

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

 span { border-color: rgb(69,73,116); }

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