Html Css Color HEX #454461 Corn Flower Blue

📋 copy color: '#454461'

red 69 ◦ green 68 ◦ blue 97

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

Shades of Corn Flower Blue #454461

Tints of Corn Flower Blue #454461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 29.49%
G = 29.06%
B = 41.45%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454461 (or 0x454461) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 61. RGB value is (69,68,97). Sum of RGB (Red+Green+Blue) = 69+68+97=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #454461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454461 is #BABB9E. Grayscale: #474747. Windows color (decimal): -12237727 or 6374469. OLE color: 6374469.

HSL color Cylindrical-coordinate representation of color #454461: hue angle of 242.07º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #454461 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 68 97 -
CMYK 0.29 0.30 0 0.62
HSL 242.07º 0.18% 0.32% -
HSV(B) 242.07º 0.3% 0.38% -
XYZ 6.68 6.26 12.17 -
YUV 71.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 69 68 97 0.29 0.30 0 0.62 242.07 0.18 0.32
Hex 45 44 61 1D 1E 0 3E F2 12 20
Octal 105 104 141 35 36 0 76 362 22 40
Binary 1000101 1000100 1100001 11101 11110 0 111110 11110010 10010 100000

Color Harmonies of #454461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454461

Black with #454461

Text Example


Text Example

White with #454461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454461; }

 p { color: rgb(69,68,97); }

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

background-color css

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

 a { background-color: rgb(69,68,97); }

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

border-color css

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

 span { border-color: rgb(69,68,97); }

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