Html Css Color HEX #454262 Corn Flower Blue

📋 copy color: '#454262'

red 69 ◦ green 66 ◦ blue 98

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

Shades of Corn Flower Blue #454262

Tints of Corn Flower Blue #454262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 29.61%
G = 28.33%
B = 42.06%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454262 (or 0x454262) is known color: Corn Flower Blue. HEX triplet: 45, 42 and 62. RGB value is (69,66,98). Sum of RGB (Red+Green+Blue) = 69+66+98=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #454262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454262 is #BABD9D. Grayscale: #464646. Windows color (decimal): -12238238 or 6439493. OLE color: 6439493.

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

Color convert

RGB 69 66 98 -
CMYK 0.30 0.33 0 0.62
HSL 245.63º 0.2% 0.32% -
HSV(B) 245.63º 0.33% 0.38% -
XYZ 6.61 6.04 12.37 -
YUV 70.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 69 66 98 0.30 0.33 0 0.62 245.63 0.2 0.32
Hex 45 42 62 1E 21 0 3E F6 14 20
Octal 105 102 142 36 41 0 76 366 24 40
Binary 1000101 1000010 1100010 11110 100001 0 111110 11110110 10100 100000

Color Harmonies of #454262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454262

Black with #454262

Text Example


Text Example

White with #454262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454262; }

 p { color: rgb(69,66,98); }

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

background-color css

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

 a { background-color: rgb(69,66,98); }

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

border-color css

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

 span { border-color: rgb(69,66,98); }

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