Html Css Color HEX #414675 Corn Flower Blue

📋 copy color: '#414675'

red 65 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #414675

Tints of Corn Flower Blue #414675

RGB

 RED value IS 65 (25.78% from 255) = 25.79%

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 25.79%
G = 27.78%
B = 46.43%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414675 (or 0x414675) is known color: Corn Flower Blue. HEX triplet: 41, 46 and 75. RGB value is (65,70,117). Sum of RGB (Red+Green+Blue) = 65+70+117=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #414675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414675 is #BEB98A. Grayscale: #494949. Windows color (decimal): -12499339 or 7685697. OLE color: 7685697.

HSL color Cylindrical-coordinate representation of color #414675: hue angle of 234.23º degrees, saturation: 0.29, 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 #414675 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 70 117 -
CMYK 0.44 0.40 0 0.54
HSL 234.23º 0.29% 0.36% -
HSV(B) 234.23º 0.44% 0.46% -
XYZ 7.58 6.79 17.74 -
YUV 73.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 65 70 117 0.44 0.40 0 0.54 234.23 0.29 0.36
Hex 41 46 75 2C 28 0 36 EA 1D 24
Octal 101 106 165 54 50 0 66 352 35 44
Binary 1000001 1000110 1110101 101100 101000 0 110110 11101010 11101 100100

Color Harmonies of #414675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414675

Black with #414675

Text Example


Text Example

White with #414675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414675; }

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

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

background-color css

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

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

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

border-color css

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

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

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