Html Css Color HEX #427BA6 Steel Blue

📋 copy color: '#427BA6'

red 66 ◦ green 123 ◦ blue 166

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

Shades of Steel Blue #427BA6

Tints of Steel Blue #427BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.76%

R = 18.59%
G = 34.65%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#427BA6 (or 0x427BA6) is known color: Steel Blue. HEX triplet: 42, 7B and A6. RGB value is (66,123,166). Sum of RGB (Red+Green+Blue) = 66+123+166=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #427BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BA6 is #BD8459. Grayscale: #6E6E6E. Windows color (decimal): -12420186 or 10910530. OLE color: 10910530.

HSL color Cylindrical-coordinate representation of color #427BA6: hue angle of 205.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427BA6 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 123 166 -
CMYK 0.60 0.26 0 0.35
HSL 205.8º 0.43% 0.45% -
HSV(B) 205.8º 0.6% 0.65% -
XYZ 16.21 18.08 38.71 -
YUV 110.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 66 123 166 0.60 0.26 0 0.35 205.8 0.43 0.45
Hex 42 7B A6 3C 1A 0 23 CE 2B 2D
Octal 102 173 246 74 32 0 43 316 53 55
Binary 1000010 1111011 10100110 111100 11010 0 100011 11001110 101011 101101

Color Harmonies of #427BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427BA6

Black with #427BA6

Text Example


Text Example

White with #427BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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