Html Css Color HEX #454465 Corn Flower Blue

📋 copy color: '#454465'

red 69 ◦ green 68 ◦ blue 101

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

Shades of Corn Flower Blue #454465

Tints of Corn Flower Blue #454465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 28.99%
G = 28.57%
B = 42.44%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#454465 (or 0x454465) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 65. RGB value is (69,68,101). Sum of RGB (Red+Green+Blue) = 69+68+101=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #454465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454465 is #BABB9A. Grayscale: #474747. Windows color (decimal): -12237723 or 6636613. OLE color: 6636613.

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

Color convert

RGB 69 68 101 -
CMYK 0.32 0.33 0 0.60
HSL 241.82º 0.2% 0.33% -
HSV(B) 241.82º 0.33% 0.4% -
XYZ 6.87 6.34 13.17 -
YUV 72.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 69 68 101 0.32 0.33 0 0.60 241.82 0.2 0.33
Hex 45 44 65 20 21 0 3C F2 14 21
Octal 105 104 145 40 41 0 74 362 24 41
Binary 1000101 1000100 1100101 100000 100001 0 111100 11110010 10100 100001

Color Harmonies of #454465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454465

Black with #454465

Text Example


Text Example

White with #454465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454465; }

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

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

background-color css

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

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

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

border-color css

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

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

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