Html Css Color HEX #427AAB Steel Blue

📋 copy color: '#427AAB'

red 66 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #427AAB

Tints of Steel Blue #427AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 18.38%
G = 33.98%
B = 47.63%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#427AAB (or 0x427AAB) is known color: Steel Blue. HEX triplet: 42, 7A and AB. RGB value is (66,122,171). Sum of RGB (Red+Green+Blue) = 66+122+171=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #427AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AAB is #BD8554. Grayscale: #6E6E6E. Windows color (decimal): -12420437 or 11237954. OLE color: 11237954.

HSL color Cylindrical-coordinate representation of color #427AAB: hue angle of 208º 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 #427AAB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 122 171 -
CMYK 0.61 0.29 0 0.33
HSL 208º 0.44% 0.46% -
HSV(B) 208º 0.61% 0.67% -
XYZ 16.56 18.02 41.13 -
YUV 110.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 66 122 171 0.61 0.29 0 0.33 208 0.44 0.46
Hex 42 7A AB 3D 1D 0 21 D0 2C 2E
Octal 102 172 253 75 35 0 41 320 54 56
Binary 1000010 1111010 10101011 111101 11101 0 100001 11010000 101100 101110

Color Harmonies of #427AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AAB

Black with #427AAB

Text Example


Text Example

White with #427AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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