Html Css Color HEX #454170 Corn Flower Blue

📋 copy color: '#454170'

red 69 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #454170

Tints of Corn Flower Blue #454170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 28.05%
G = 26.42%
B = 45.53%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454170 (or 0x454170) is known color: Corn Flower Blue. HEX triplet: 45, 41 and 70. RGB value is (69,65,112). Sum of RGB (Red+Green+Blue) = 69+65+112=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #454170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454170 is #BABE8F. Grayscale: #474747. Windows color (decimal): -12238480 or 7356741. OLE color: 7356741.

HSL color Cylindrical-coordinate representation of color #454170: hue angle of 245.11º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454170 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 65 112 -
CMYK 0.38 0.42 0 0.56
HSL 245.11º 0.27% 0.35% -
HSV(B) 245.11º 0.42% 0.44% -
XYZ 7.27 6.22 16.15 -
YUV 71.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 69 65 112 0.38 0.42 0 0.56 245.11 0.27 0.35
Hex 45 41 70 26 2A 0 38 F5 1B 23
Octal 105 101 160 46 52 0 70 365 33 43
Binary 1000101 1000001 1110000 100110 101010 0 111000 11110101 11011 100011

Color Harmonies of #454170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454170

Black with #454170

Text Example


Text Example

White with #454170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454170; }

 p { color: rgb(69,65,112); }

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

background-color css

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

 a { background-color: rgb(69,65,112); }

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

border-color css

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

 span { border-color: rgb(69,65,112); }

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