Html Css Color HEX #427BAB Steel Blue

📋 copy color: '#427BAB'

red 66 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #427BAB

Tints of Steel Blue #427BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

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

R = 18.33%
G = 34.17%
B = 47.5%

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

#427BAB (or 0x427BAB) is known color: Steel Blue. HEX triplet: 42, 7B and AB. RGB value is (66,123,171). Sum of RGB (Red+Green+Blue) = 66+123+171=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #427BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BAB is #BD8454. Grayscale: #6F6F6F. Windows color (decimal): -12420181 or 11238210. OLE color: 11238210.

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

Color convert

RGB 66 123 171 -
CMYK 0.61 0.28 0 0.33
HSL 207.43º 0.44% 0.46% -
HSV(B) 207.43º 0.61% 0.67% -
XYZ 16.68 18.26 41.17 -
YUV 111.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 66 123 171 0.61 0.28 0 0.33 207.43 0.44 0.46
Hex 42 7B AB 3D 1C 0 21 CF 2C 2E
Octal 102 173 253 75 34 0 41 317 54 56
Binary 1000010 1111011 10101011 111101 11100 0 100001 11001111 101100 101110

Color Harmonies of #427BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BAB

Black with #427BAB

Text Example


Text Example

White with #427BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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