Html Css Color HEX #454462 Corn Flower Blue

📋 copy color: '#454462'

red 69 ◦ green 68 ◦ blue 98

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

Shades of Corn Flower Blue #454462

Tints of Corn Flower Blue #454462

RGB

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

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

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

R = 29.36%
G = 28.94%
B = 41.7%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#454462 (or 0x454462) is known color: Corn Flower Blue. HEX triplet: 45, 44 and 62. RGB value is (69,68,98). Sum of RGB (Red+Green+Blue) = 69+68+98=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #454462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454462 is #BABB9D. Grayscale: #474747. Windows color (decimal): -12237726 or 6440005. OLE color: 6440005.

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

Color convert

RGB 69 68 98 -
CMYK 0.30 0.31 0 0.62
HSL 242º 0.18% 0.33% -
HSV(B) 242º 0.31% 0.38% -
XYZ 6.73 6.28 12.41 -
YUV 71.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 69 68 98 0.30 0.31 0 0.62 242 0.18 0.33
Hex 45 44 62 1E 1F 0 3E F2 12 21
Octal 105 104 142 36 37 0 76 362 22 41
Binary 1000101 1000100 1100010 11110 11111 0 111110 11110010 10010 100001

Color Harmonies of #454462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454462

Black with #454462

Text Example


Text Example

White with #454462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454462; }

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

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

background-color css

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

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

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

border-color css

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

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

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