Html Css Color HEX #464275 Corn Flower Blue

📋 copy color: '#464275'

red 70 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #464275

Tints of Corn Flower Blue #464275

RGB

 RED value IS 70 (27.73% from 255) = 27.67%

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

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 27.67%
G = 26.09%
B = 46.25%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#464275 (or 0x464275) is known color: Corn Flower Blue. HEX triplet: 46, 42 and 75. RGB value is (70,66,117). Sum of RGB (Red+Green+Blue) = 70+66+117=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #464275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464275 is #B9BD8A. Grayscale: #484848. Windows color (decimal): -12172683 or 7684678. OLE color: 7684678.

HSL color Cylindrical-coordinate representation of color #464275: hue angle of 244.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464275 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 66 117 -
CMYK 0.40 0.44 0 0.54
HSL 244.71º 0.28% 0.36% -
HSV(B) 244.71º 0.44% 0.46% -
XYZ 7.68 6.48 17.68 -
YUV 73.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 70 66 117 0.40 0.44 0 0.54 244.71 0.28 0.36
Hex 46 42 75 28 2C 0 36 F5 1C 24
Octal 106 102 165 50 54 0 66 365 34 44
Binary 1000110 1000010 1110101 101000 101100 0 110110 11110101 11100 100100

Color Harmonies of #464275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464275

Black with #464275

Text Example


Text Example

White with #464275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464275; }

 p { color: rgb(70,66,117); }

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

background-color css

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

 a { background-color: rgb(70,66,117); }

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

border-color css

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

 span { border-color: rgb(70,66,117); }

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