Html Css Color HEX #427AAA Steel Blue

📋 copy color: '#427AAA'

red 66 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #427AAA

Tints of Steel Blue #427AAA

RGB

 RED value IS 66 (26.17% from 255) = 18.44%

 GREEN value IS 122 (48.05% from 255) = 34.08%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 18.44%
G = 34.08%
B = 47.49%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#427AAA (or 0x427AAA) is known color: Steel Blue. HEX triplet: 42, 7A and AA. RGB value is (66,122,170). Sum of RGB (Red+Green+Blue) = 66+122+170=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #427AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AAA is #BD8555. Grayscale: #6E6E6E. Windows color (decimal): -12420438 or 11172418. OLE color: 11172418.

HSL color Cylindrical-coordinate representation of color #427AAA: hue angle of 207.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #427AAA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 122 170 -
CMYK 0.61 0.28 0 0.33
HSL 207.69º 0.44% 0.46% -
HSV(B) 207.69º 0.61% 0.67% -
XYZ 16.46 17.98 40.63 -
YUV 110.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 66 122 170 0.61 0.28 0 0.33 207.69 0.44 0.46
Hex 42 7A AA 3D 1C 0 21 D0 2C 2E
Octal 102 172 252 75 34 0 41 320 54 56
Binary 1000010 1111010 10101010 111101 11100 0 100001 11010000 101100 101110

Color Harmonies of #427AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AAA

Black with #427AAA

Text Example


Text Example

White with #427AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427AAA; }

 p { color: rgb(66,122,170); }

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

background-color css

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

 a { background-color: rgb(66,122,170); }

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

border-color css

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

 span { border-color: rgb(66,122,170); }

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